#666377

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

Shades of Dolphin #666377

Tints of Dolphin #666377

Color information

#666377 (or 0x666377) is unknown color: approx Dolphin. HEX triplet: 66, 63 and 77. RGB value is (102,99,119). Sum of RGB (Red+Green+Blue) = 102+99+119=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 99 (39.06% from 255 or 30.94% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 119 - color contains mainly: blue. Hex color #666377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666377 is #999C88. Grayscale: #666666. Windows color (decimal): -10067081 or 7824230. OLE color: 7824230.

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

Color convert

RGB10299119-
CMYK0.140.1700.53
HSL249º9.17%42.75%-
HSV(B)249º16.81%46.67%-
XYZ13.2713.0819.28-
YUV102.18137.49127.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.88%
GREEN value IS 99 (39.06% from 255) = 30.94%
BLUE value IS 119 (46.88% from 255) = 37.19%
R=31.88%
G=30.94%
B=37.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal102991190.140.1700.532499.1742.75
Hex666377E11035f992b
Octal14614316716210653711153
Binary1100110110001111101111110100010110101111110011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666377; }

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

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

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

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

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

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

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

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