#707A73

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

Shades of Sirocco #707A73

Tints of Sirocco #707A73

Color information

#707A73 (or 0x707A73) is unknown color: approx Sirocco. HEX triplet: 70, 7A and 73. RGB value is (112,122,115). Sum of RGB (Red+Green+Blue) = 112+122+115=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 122 - color contains mainly: green. Hex color #707A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707A73 is #8F858C. Grayscale: #767676. Windows color (decimal): -9405837 or 7567984. OLE color: 7567984.

HSL color Cylindrical-coordinate representation of color #707A73: hue angle of 138º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #707A73 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.

Color convert

RGB112122115-
CMYK0.0800.060.52
HSL138º4.27%45.88%-
HSV(B)138º8.2%47.84%-
XYZ16.7418.618.93-
YUV118.21126.19123.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.09%
GREEN value IS 122 (48.05% from 255) = 34.96%
BLUE value IS 115 (45.31% from 255) = 32.95%
R=32.09%
G=34.96%
B=32.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1121221150.0800.060.521384.2745.88
Hex707A73806348a42e
Octal160172163100664212456
Binary1110000111101011100111000011011010010001010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707A73; }

 p { color: rgb(112,122,115); }

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

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

 a { background-color: rgb(112,122,115); }

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

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

 span { border-color: rgb(112,122,115); }

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