Html Css Color HEX #667072 Pale Sky

📋 copy color: '#667072'

red 102 ◦ green 112 ◦ blue 114

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

Shades of Pale Sky #667072

Tints of Pale Sky #667072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.76%

R = 31.1%
G = 34.15%
B = 34.76%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#667072 (or 0x667072) is known color: Pale Sky. HEX triplet: 66, 70 and 72. RGB value is (102,112,114). Sum of RGB (Red+Green+Blue) = 102+112+114=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 114 - color contains mainly: blue. Hex color #667072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667072 is #998F8D. Grayscale: #6D6D6D. Windows color (decimal): -10063758 or 7499878. OLE color: 7499878.

HSL color Cylindrical-coordinate representation of color #667072: hue angle of 190º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #667072 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 102 112 114 -
CMYK 0.11 0.02 0 0.55
HSL 190º 0.06% 0.42% -
HSV(B) 190º 0.11% 0.45% -
XYZ 14.31 15.63 18.18 -
YUV 109.24 130.69 122.84 -
System Red Green Blue C M Y K H S L
Decimal 102 112 114 0.11 0.02 0 0.55 190 0.06 0.42
Hex 66 70 72 B 2 0 37 BE 6 2A
Octal 146 160 162 13 2 0 67 276 6 52
Binary 1100110 1110000 1110010 1011 10 0 110111 10111110 110 101010

Color Harmonies of #667072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667072

Black with #667072

Text Example


Text Example

White with #667072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667072; }

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

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

background-color css

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

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

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

border-color css

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

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

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