#687972

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

Shades of Sirocco #687972

Tints of Sirocco #687972

Color information

#687972 (or 0x687972) is unknown color: approx Sirocco. HEX triplet: 68, 79 and 72. RGB value is (104,121,114). Sum of RGB (Red+Green+Blue) = 104+121+114=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 121 - color contains mainly: green. Hex color #687972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687972 is #97868D. Grayscale: #737373. Windows color (decimal): -9930382 or 7502184. OLE color: 7502184.

HSL color Cylindrical-coordinate representation of color #687972: hue angle of 155.29º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #687972 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB104121114-
CMYK0.1400.060.53
HSL155.29º7.56%44.12%-
HSV(B)155.29º14.05%47.45%-
XYZ15.5817.8318.54-
YUV115.12127.37120.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.68%
GREEN value IS 121 (47.66% from 255) = 35.69%
BLUE value IS 114 (44.92% from 255) = 33.63%
R=30.68%
G=35.69%
B=33.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1041211140.1400.060.53155.297.5644.12
Hex687972E06359b82c
Octal1501711621606652331054
Binary11010001111001111001011100110110101100110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687972; }

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

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

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

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

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

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

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

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