Html Css Color HEX #666376 Dolphin

📋 copy color: '#666376'

red 102 ◦ green 99 ◦ blue 118

#666376
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dolphin #666376

Tints of Dolphin #666376

RGB

 RED value IS 102 (40.23% from 255) = 31.97%

 GREEN value IS 99 (39.06% from 255) = 31.03%

 BLUE value IS 118 (46.48% from 255) = 36.99%

R = 31.97%
G = 31.03%
B = 36.99%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#666376 (or 0x666376) is known color: Dolphin. HEX triplet: 66, 63 and 76. RGB value is (102,99,118). Sum of RGB (Red+Green+Blue) = 102+99+118=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 118 - color contains mainly: blue. Hex color #666376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666376 is #999C89. Grayscale: #656565. Windows color (decimal): -10067082 or 7758694. OLE color: 7758694.

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

Color convert

RGB 102 99 118 -
CMYK 0.14 0.16 0 0.54
HSL 249.47º 0.09% 0.43% -
HSV(B) 249.47º 0.16% 0.46% -
XYZ 13.21 13.06 18.96 -
YUV 102.06 136.99 127.96 -
System Red Green Blue C M Y K H S L
Decimal 102 99 118 0.14 0.16 0 0.54 249.47 0.09 0.43
Hex 66 63 76 E 10 0 36 F9 9 2B
Octal 146 143 166 16 20 0 66 371 11 53
Binary 1100110 1100011 1110110 1110 10000 0 110110 11111001 1001 101011

Color Harmonies of #666376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666376

Black with #666376

Text Example


Text Example

White with #666376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666376; }

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

 H1.HeaderClassName
 {
   color: #666376;
 }
 .AnyTagClassName
 {
   color: #666376;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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