Html Css Color HEX #667078 Mid Grey

📋 copy color: '#667078'

red 102 ◦ green 112 ◦ blue 120

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

Shades of Mid Grey #667078

Tints of Mid Grey #667078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 35.93%

R = 30.54%
G = 33.53%
B = 35.93%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#667078 (or 0x667078) is known color: Mid Grey. HEX triplet: 66, 70 and 78. RGB value is (102,112,120). Sum of RGB (Red+Green+Blue) = 102+112+120=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 120 - color contains mainly: blue. Hex color #667078 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667078 is #998F87. Grayscale: #6D6D6D. Windows color (decimal): -10063752 or 7893094. OLE color: 7893094.

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

Color convert

RGB 102 112 120 -
CMYK 0.15 0.07 0 0.53
HSL 206.67º 0.08% 0.44% -
HSV(B) 206.67º 0.15% 0.47% -
XYZ 14.66 15.77 20.04 -
YUV 109.92 133.69 122.35 -
System Red Green Blue C M Y K H S L
Decimal 102 112 120 0.15 0.07 0 0.53 206.67 0.08 0.44
Hex 66 70 78 F 7 0 35 CF 8 2C
Octal 146 160 170 17 7 0 65 317 10 54
Binary 1100110 1110000 1111000 1111 111 0 110101 11001111 1000 101100

Color Harmonies of #667078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667078

Black with #667078

Text Example


Text Example

White with #667078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667078; }

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

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

background-color css

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

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

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

border-color css

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

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

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