#687A72

Color #687A72 Sirocco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sirocco #687A72

Tints of Sirocco #687A72

Color information

#687A72 (or 0x687A72) is unknown color: approx Sirocco. HEX triplet: 68, 7A and 72. RGB value is (104,122,114). Sum of RGB (Red+Green+Blue) = 104+122+114=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 122 - color contains mainly: green. Hex color #687A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687A72 is #97858D. Grayscale: #737373. Windows color (decimal): -9930126 or 7502440. OLE color: 7502440.

HSL color Cylindrical-coordinate representation of color #687A72: hue angle of 153.33º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #687A72 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB104122114-
CMYK0.1500.070.52
HSL153.33º7.96%44.31%-
HSV(B)153.33º14.75%47.84%-
XYZ15.7118.0818.58-
YUV115.71127.04119.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.59%
GREEN value IS 122 (48.05% from 255) = 35.88%
BLUE value IS 114 (44.92% from 255) = 33.53%
R=30.59%
G=35.88%
B=33.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1041221140.1500.070.52153.337.9644.31
Hex687A72F07349982c
Octal1501721621707642311054
Binary11010001111010111001011110111110100100110011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687A72; }

 p { color: rgb(104,122,114); }

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

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

 a { background-color: rgb(104,122,114); }

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

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

 span { border-color: rgb(104,122,114); }

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