#70887B

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

Shades of Sirocco #70887B

Tints of Sirocco #70887B

Color information

#70887B (or 0x70887B) is unknown color: approx Sirocco. HEX triplet: 70, 88 and 7B. RGB value is (112,136,123). Sum of RGB (Red+Green+Blue) = 112+136+123=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 136 - color contains mainly: green. Hex color #70887B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70887B is #8F7784. Grayscale: #7F7F7F. Windows color (decimal): -9402245 or 8095856. OLE color: 8095856.

HSL color Cylindrical-coordinate representation of color #70887B: hue angle of 147.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #70887B is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB112136123-
CMYK0.1800.100.47
HSL147.5º9.68%48.63%-
HSV(B)147.5º17.65%53.33%-
XYZ19.0622.4822.07-
YUV127.34125.55117.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.19%
GREEN value IS 136 (53.52% from 255) = 36.66%
BLUE value IS 123 (48.44% from 255) = 33.15%
R=30.19%
G=36.66%
B=33.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121361230.1800.100.47147.59.6848.63
Hex70887B120A2F93a31
Octal16021017322012572231261
Binary11100001000100011110111001001010101111100100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70887B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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