#70857A

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

Shades of Sirocco #70857A

Tints of Sirocco #70857A

Color information

#70857A (or 0x70857A) is unknown color: approx Sirocco. HEX triplet: 70, 85 and 7A. RGB value is (112,133,122). Sum of RGB (Red+Green+Blue) = 112+133+122=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 133 - color contains mainly: green. Hex color #70857A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70857A is #8F7A85. Grayscale: #7D7D7D. Windows color (decimal): -9403014 or 8029552. OLE color: 8029552.

HSL color Cylindrical-coordinate representation of color #70857A: hue angle of 148.57º 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 #70857A is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB112133122-
CMYK0.1600.080.48
HSL148.57º8.57%48.04%-
HSV(B)148.57º15.79%52.16%-
XYZ18.5821.6221.61-
YUV125.47126.04118.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.52%
GREEN value IS 133 (52.34% from 255) = 36.24%
BLUE value IS 122 (48.05% from 255) = 33.24%
R=30.52%
G=36.24%
B=33.24%

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
Decimal1121331220.1600.080.48148.578.5748.04
Hex70857A10083095930
Octal16020517220010602251160
Binary11100001000010111110101000001000110000100101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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