#70877A

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

Shades of Sirocco #70877A

Tints of Sirocco #70877A

Color information

#70877A (or 0x70877A) is unknown color: approx Sirocco. HEX triplet: 70, 87 and 7A. RGB value is (112,135,122). Sum of RGB (Red+Green+Blue) = 112+135+122=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 135 - color contains mainly: green. Hex color #70877A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70877A is #8F7885. Grayscale: #7E7E7E. Windows color (decimal): -9402502 or 8030064. OLE color: 8030064.

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

Color convert

RGB112135122-
CMYK0.1700.100.47
HSL146.09º9.31%48.43%-
HSV(B)146.09º17.04%52.94%-
XYZ18.8622.1821.7-
YUV126.64125.38117.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.35%
GREEN value IS 135 (53.12% from 255) = 36.59%
BLUE value IS 122 (48.05% from 255) = 33.06%
R=30.35%
G=36.59%
B=33.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121351220.1700.100.47146.099.3148.43
Hex70877A110A2F92930
Octal16020717221012572221160
Binary11100001000011111110101000101010101111100100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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