Html Css Color HEX #667076 Mid Grey

📋 copy color: '#667076'

red 102 ◦ green 112 ◦ blue 118

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

Shades of Mid Grey #667076

Tints of Mid Grey #667076

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.73%

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

R = 30.72%
G = 33.73%
B = 35.54%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#667076 (or 0x667076) is known color: Mid Grey. HEX triplet: 66, 70 and 76. RGB value is (102,112,118). Sum of RGB (Red+Green+Blue) = 102+112+118=332 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.72% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 118 - color contains mainly: blue. Hex color #667076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667076 is #998F89. Grayscale: #6D6D6D. Windows color (decimal): -10063754 or 7762022. OLE color: 7762022.

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

Color convert

RGB 102 112 118 -
CMYK 0.14 0.05 0 0.54
HSL 202.5º 0.07% 0.43% -
HSV(B) 202.5º 0.14% 0.46% -
XYZ 14.54 15.72 19.41 -
YUV 109.69 132.69 122.51 -
System Red Green Blue C M Y K H S L
Decimal 102 112 118 0.14 0.05 0 0.54 202.5 0.07 0.43
Hex 66 70 76 E 5 0 36 CA 7 2B
Octal 146 160 166 16 5 0 66 312 7 53
Binary 1100110 1110000 1110110 1110 101 0 110110 11001010 111 101011

Color Harmonies of #667076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667076

Black with #667076

Text Example


Text Example

White with #667076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667076; }

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

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

background-color css

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

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

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

border-color css

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

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

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