Html Css Color HEX #666676 Comet

📋 copy color: '#666676'

red 102 ◦ green 102 ◦ blue 118

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

Shades of Comet #666676

Tints of Comet #666676

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.68%

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

R = 31.68%
G = 31.68%
B = 36.65%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#666676 (or 0x666676) is known color: Comet. HEX triplet: 66, 66 and 76. RGB value is (102,102,118). Sum of RGB (Red+Green+Blue) = 102+102+118=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 102 (40.23% from 255 or 31.68% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 118 - color contains mainly: blue. Hex color #666676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666676 is #999989. Grayscale: #676767. Windows color (decimal): -10066314 or 7759462. OLE color: 7759462.

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

Color convert

RGB 102 102 118 -
CMYK 0.14 0.14 0 0.54
HSL 240º 0.07% 0.43% -
HSV(B) 240º 0.14% 0.46% -
XYZ 13.5 13.64 19.06 -
YUV 103.82 136 126.7 -
System Red Green Blue C M Y K H S L
Decimal 102 102 118 0.14 0.14 0 0.54 240 0.07 0.43
Hex 66 66 76 E E 0 36 F0 7 2B
Octal 146 146 166 16 16 0 66 360 7 53
Binary 1100110 1100110 1110110 1110 1110 0 110110 11110000 111 101011

Color Harmonies of #666676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666676

Black with #666676

Text Example


Text Example

White with #666676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666676; }

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

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

background-color css

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

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

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

border-color css

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

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

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