Html Css Color HEX #666F76 Mid Grey

📋 copy color: '#666F76'

red 102 ◦ green 111 ◦ blue 118

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

Shades of Mid Grey #666F76

Tints of Mid Grey #666F76

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.53%

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

R = 30.82%
G = 33.53%
B = 35.65%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#666F76 (or 0x666F76) is known color: Mid Grey. HEX triplet: 66, 6F and 76. RGB value is (102,111,118). Sum of RGB (Red+Green+Blue) = 102+111+118=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 111 (43.75% from 255 or 33.53% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 118 - color contains mainly: blue. Hex color #666F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666F76 is #999089. Grayscale: #6D6D6D. Windows color (decimal): -10064010 or 7761766. OLE color: 7761766.

HSL color Cylindrical-coordinate representation of color #666F76: hue angle of 206.25º 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 #666F76 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 102 111 118 -
CMYK 0.14 0.06 0 0.54
HSL 206.25º 0.07% 0.43% -
HSV(B) 206.25º 0.14% 0.46% -
XYZ 14.43 15.5 19.37 -
YUV 109.11 133.02 122.93 -
System Red Green Blue C M Y K H S L
Decimal 102 111 118 0.14 0.06 0 0.54 206.25 0.07 0.43
Hex 66 6F 76 E 6 0 36 CE 7 2B
Octal 146 157 166 16 6 0 66 316 7 53
Binary 1100110 1101111 1110110 1110 110 0 110110 11001110 111 101011

Color Harmonies of #666F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666F76

Black with #666F76

Text Example


Text Example

White with #666F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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