#708679

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

Shades of Sirocco #708679

Tints of Sirocco #708679

Color information

#708679 (or 0x708679) is unknown color: approx Sirocco. HEX triplet: 70, 86 and 79. RGB value is (112,134,121). Sum of RGB (Red+Green+Blue) = 112+134+121=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 134 - color contains mainly: green. Hex color #708679 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708679 is #8F7986. Grayscale: #7D7D7D. Windows color (decimal): -9402759 or 7964272. OLE color: 7964272.

HSL color Cylindrical-coordinate representation of color #708679: hue angle of 144.55º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #708679 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB112134121-
CMYK0.1600.100.47
HSL144.55º8.94%48.24%-
HSV(B)144.55º16.42%52.55%-
XYZ18.6621.8821.33-
YUV125.94125.21118.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.52%
GREEN value IS 134 (52.73% from 255) = 36.51%
BLUE value IS 121 (47.66% from 255) = 32.97%
R=30.52%
G=36.51%
B=32.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121341210.1600.100.47144.558.9448.24
Hex708679100A2F91930
Octal16020617120012572211160
Binary11100001000011011110011000001010101111100100011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708679; }

 p { color: rgb(112,134,121); }

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

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

 a { background-color: rgb(112,134,121); }

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

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

 span { border-color: rgb(112,134,121); }

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