#70857B

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

Shades of Sirocco #70857B

Tints of Sirocco #70857B

Color information

#70857B (or 0x70857B) is unknown color: approx Sirocco. HEX triplet: 70, 85 and 7B. RGB value is (112,133,123). Sum of RGB (Red+Green+Blue) = 112+133+123=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 133 - color contains mainly: green. Hex color #70857B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70857B is #8F7A84. Grayscale: #7D7D7D. Windows color (decimal): -9403013 or 8095088. OLE color: 8095088.

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

Color convert

RGB112133123-
CMYK0.1600.080.48
HSL151.43º8.57%48.04%-
HSV(B)151.43º15.79%52.16%-
XYZ18.6421.6521.94-
YUV125.58126.54118.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.43%
GREEN value IS 133 (52.34% from 255) = 36.14%
BLUE value IS 123 (48.44% from 255) = 33.42%
R=30.43%
G=36.14%
B=33.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1121331230.1600.080.48151.438.5748.04
Hex70857B10083097930
Octal16020517320010602271160
Binary11100001000010111110111000001000110000100101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70857B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70857B; }

 p { color: rgb(112,133,123); }

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

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

 a { background-color: rgb(112,133,123); }

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

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

 span { border-color: rgb(112,133,123); }

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