Html Css Color HEX #667276 Pale Sky

📋 copy color: '#667276'

red 102 ◦ green 114 ◦ blue 118

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

Shades of Pale Sky #667276

Tints of Pale Sky #667276

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.13%

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

R = 30.54%
G = 34.13%
B = 35.33%

CMYK

 C value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#667276 (or 0x667276) is known color: Pale Sky. HEX triplet: 66, 72 and 76. RGB value is (102,114,118). Sum of RGB (Red+Green+Blue) = 102+114+118=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 118 - color contains mainly: blue. Hex color #667276 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667276 is #998D89. Grayscale: #6E6E6E. Windows color (decimal): -10063242 or 7762534. OLE color: 7762534.

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

Color convert

RGB 102 114 118 -
CMYK 0.14 0.03 0 0.54
HSL 195º 0.07% 0.43% -
HSV(B) 195º 0.14% 0.46% -
XYZ 14.77 16.17 19.48 -
YUV 110.87 132.02 121.67 -
System Red Green Blue C M Y K H S L
Decimal 102 114 118 0.14 0.03 0 0.54 195 0.07 0.43
Hex 66 72 76 E 3 0 36 C3 7 2B
Octal 146 162 166 16 3 0 66 303 7 53
Binary 1100110 1110010 1110110 1110 11 0 110110 11000011 111 101011

Color Harmonies of #667276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667276

Black with #667276

Text Example


Text Example

White with #667276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667276; }

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

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

background-color css

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

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

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

border-color css

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

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

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