#666077

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

Shades of Dolphin #666077

Tints of Dolphin #666077

Color information

#666077 (or 0x666077) is unknown color: approx Dolphin. HEX triplet: 66, 60 and 77. RGB value is (102,96,119). Sum of RGB (Red+Green+Blue) = 102+96+119=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 119 (46.88% from 255 or 37.54% from 317); Max value from RGB is 119 - color contains mainly: blue. Hex color #666077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666077 is #999F88. Grayscale: #646464. Windows color (decimal): -10067849 or 7823462. OLE color: 7823462.

HSL color Cylindrical-coordinate representation of color #666077: hue angle of 255.65º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #666077 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10296119-
CMYK0.140.1900.53
HSL255.65º10.7%42.16%-
HSV(B)255.65º19.33%46.67%-
XYZ12.9912.5219.19-
YUV100.42138.49129.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.18%
GREEN value IS 96 (37.89% from 255) = 30.28%
BLUE value IS 119 (46.88% from 255) = 37.54%
R=32.18%
G=30.28%
B=37.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal102961190.140.1900.53255.6510.742.16
Hex666077E13035100b2a
Octal14614016716230654001352
Binary11001101100000111011111101001101101011000000001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666077; }

 p { color: rgb(102,96,119); }

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

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

 a { background-color: rgb(102,96,119); }

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

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

 span { border-color: rgb(102,96,119); }

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