Html Css Color HEX #666F77 Mid Grey

📋 copy color: '#666F77'

red 102 ◦ green 111 ◦ blue 119

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

Shades of Mid Grey #666F77

Tints of Mid Grey #666F77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35.84%

R = 30.72%
G = 33.43%
B = 35.84%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#666F77 (or 0x666F77) is known color: Mid Grey. HEX triplet: 66, 6F and 77. RGB value is (102,111,119). Sum of RGB (Red+Green+Blue) = 102+111+119=332 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.72% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 119 - color contains mainly: blue. Hex color #666F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666F77 is #999088. Grayscale: #6D6D6D. Windows color (decimal): -10064009 or 7827302. OLE color: 7827302.

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

Color convert

RGB 102 111 119 -
CMYK 0.14 0.07 0 0.53
HSL 208.24º 0.08% 0.43% -
HSV(B) 208.24º 0.14% 0.47% -
XYZ 14.49 15.53 19.69 -
YUV 109.22 133.52 122.85 -
System Red Green Blue C M Y K H S L
Decimal 102 111 119 0.14 0.07 0 0.53 208.24 0.08 0.43
Hex 66 6F 77 E 7 0 35 D0 8 2B
Octal 146 157 167 16 7 0 65 320 10 53
Binary 1100110 1101111 1110111 1110 111 0 110101 11010000 1000 101011

Color Harmonies of #666F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666F77

Black with #666F77

Text Example


Text Example

White with #666F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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