Html Css Color HEX #666F75 Mid Grey

📋 copy color: '#666F75'

red 102 ◦ green 111 ◦ blue 117

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

Shades of Mid Grey #666F75

Tints of Mid Grey #666F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.45%

R = 30.91%
G = 33.64%
B = 35.45%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#666F75 (or 0x666F75) is known color: Mid Grey. HEX triplet: 66, 6F and 75. RGB value is (102,111,117). Sum of RGB (Red+Green+Blue) = 102+111+117=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 117 - color contains mainly: blue. Hex color #666F75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666F75 is #99908A. Grayscale: #6C6C6C. Windows color (decimal): -10064011 or 7696230. OLE color: 7696230.

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

Color convert

RGB 102 111 117 -
CMYK 0.13 0.05 0 0.54
HSL 204º 0.07% 0.43% -
HSV(B) 204º 0.13% 0.46% -
XYZ 14.37 15.48 19.06 -
YUV 108.99 132.52 123.01 -
System Red Green Blue C M Y K H S L
Decimal 102 111 117 0.13 0.05 0 0.54 204 0.07 0.43
Hex 66 6F 75 D 5 0 36 CC 7 2B
Octal 146 157 165 15 5 0 66 314 7 53
Binary 1100110 1101111 1110101 1101 101 0 110110 11001100 111 101011

Color Harmonies of #666F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666F75

Black with #666F75

Text Example


Text Example

White with #666F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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