Html Css Color HEX #667077 Mid Grey

📋 copy color: '#667077'

red 102 ◦ green 112 ◦ blue 119

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

Shades of Mid Grey #667077

Tints of Mid Grey #667077

RGB

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

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

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

R = 30.63%
G = 33.63%
B = 35.74%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#667077 (or 0x667077) is known color: Mid Grey. HEX triplet: 66, 70 and 77. RGB value is (102,112,119). Sum of RGB (Red+Green+Blue) = 102+112+119=333 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.63% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 119 - color contains mainly: blue. Hex color #667077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667077 is #998F88. Grayscale: #6D6D6D. Windows color (decimal): -10063753 or 7827558. OLE color: 7827558.

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

Color convert

RGB 102 112 119 -
CMYK 0.14 0.06 0 0.53
HSL 204.71º 0.08% 0.43% -
HSV(B) 204.71º 0.14% 0.47% -
XYZ 14.6 15.75 19.72 -
YUV 109.81 133.19 122.43 -
System Red Green Blue C M Y K H S L
Decimal 102 112 119 0.14 0.06 0 0.53 204.71 0.08 0.43
Hex 66 70 77 E 6 0 35 CD 8 2B
Octal 146 160 167 16 6 0 65 315 10 53
Binary 1100110 1110000 1110111 1110 110 0 110101 11001101 1000 101011

Color Harmonies of #667077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667077

Black with #667077

Text Example


Text Example

White with #667077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667077; }

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

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

background-color css

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

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

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

border-color css

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

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

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