#667276

Color #667276 Pale Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Sky #667276

Tints of Pale Sky #667276

Color information

#667276 (or 0x667276) is unknown color: approx 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

RGB102114118-
CMYK0.140.0300.54
HSL195º7.27%43.14%-
HSV(B)195º13.56%46.27%-
XYZ14.7716.1719.48-
YUV110.87132.02121.67-

RGB Variations

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

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 (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1021141180.140.0300.541957.2743.14
Hex667276E3036c372b
Octal146162166163066303753
Binary110011011100101110110111011011011011000011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>