#117784

Color #117784 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #117784

Tints of Allports #117784

Color information

#117784 (or 0x117784) is unknown color: approx Allports. HEX triplet: 11, 77 and 84. RGB value is (17,119,132). Sum of RGB (Red+Green+Blue) = 17+119+132=268 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.34% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 132 (51.95% from 255 or 49.25% from 268); Max value from RGB is 132 - color contains mainly: blue. Hex color #117784 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #117784 is #EE887B. Grayscale: #595959. Windows color (decimal): -15632508 or 8681233. OLE color: 8681233.

HSL color Cylindrical-coordinate representation of color #117784: hue angle of 186.78º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #117784 is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB17119132-
CMYK0.870.1000.48
HSL186.78º77.18%29.22%-
HSV(B)186.78º87.12%51.76%-
XYZ10.9914.9824.14-
YUV89.98151.7175.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 6.34%
GREEN value IS 119 (46.88% from 255) = 44.40%
BLUE value IS 132 (51.95% from 255) = 49.25%
R=6.34%
G=44.40%
B=49.25%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal171191320.870.1000.48186.7877.1829.22
Hex11778457A030bb4d1d
Octal211672041271206027311535
Binary1000111101111000010010101111010011000010111011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117784; }

 p { color: rgb(17,119,132); }

 H1.HeaderClassName
 {
   color: #117784;
 }
 .AnyTagClassName
 {
   color: #117784;
 }
</style>
background-color css

<style>
 a { background-color: #117784; }

 a { background-color: rgb(17,119,132); }

 div.DivClassName
 {
   background-color: #117784;
 }
 .BgClassName
 {
   background-color: #117784;
 }
</style>
border-color css

<style>
 span { border-color: #117784; }

 span { border-color: rgb(17,119,132); }

 td.TdClassName
 {
   border-color: #117784;
 }
 .TagClassName
 {
   border-color: #117784;
 }
</style>