#677072

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

Shades of Pale Sky #677072

Tints of Pale Sky #677072

Color information

#677072 (or 0x677072) is unknown color: approx Pale Sky. HEX triplet: 67, 70 and 72. RGB value is (103,112,114). Sum of RGB (Red+Green+Blue) = 103+112+114=329 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.31% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 114 - color contains mainly: blue. Hex color #677072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677072 is #988F8D. Grayscale: #6D6D6D. Windows color (decimal): -9998222 or 7499879. OLE color: 7499879.

HSL color Cylindrical-coordinate representation of color #677072: hue angle of 190.91º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #677072 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB103112114-
CMYK0.100.0200.55
HSL190.91º5.07%42.55%-
HSV(B)190.91º9.65%44.71%-
XYZ14.4215.6918.19-
YUV109.54130.52123.34-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.31%
GREEN value IS 112 (44.14% from 255) = 34.04%
BLUE value IS 114 (44.92% from 255) = 34.65%
R=31.31%
G=34.04%
B=34.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1031121140.100.0200.55190.915.0742.55
Hex677072A2037bf52b
Octal147160162122067277553
Binary110011111100001110010101010011011110111111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677072; }

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

 H1.HeaderClassName
 {
   color: #677072;
 }
 .AnyTagClassName
 {
   color: #677072;
 }
</style>
background-color css

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

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

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

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

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

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