#687376

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

Shades of Pale Sky #687376

Tints of Pale Sky #687376

Color information

#687376 (or 0x687376) is unknown color: approx Pale Sky. HEX triplet: 68, 73 and 76. RGB value is (104,115,118). Sum of RGB (Red+Green+Blue) = 104+115+118=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 118 - color contains mainly: blue. Hex color #687376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687376 is #978C89. Grayscale: #707070. Windows color (decimal): -9931914 or 7762792. OLE color: 7762792.

HSL color Cylindrical-coordinate representation of color #687376: hue angle of 192.86º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #687376 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB104115118-
CMYK0.120.0300.54
HSL192.86º6.31%43.53%-
HSV(B)192.86º11.86%46.27%-
XYZ15.1116.5119.53-
YUV112.05131.36122.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.86%
GREEN value IS 115 (45.31% from 255) = 34.12%
BLUE value IS 118 (46.48% from 255) = 35.01%
R=30.86%
G=34.12%
B=35.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1041151180.120.0300.54192.866.3143.53
Hex687376C3036c162c
Octal150163166143066301654
Binary110100011100111110110110011011011011000001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687376; }

 p { color: rgb(104,115,118); }

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

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

 a { background-color: rgb(104,115,118); }

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

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

 span { border-color: rgb(104,115,118); }

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