#70867B

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

Shades of Sirocco #70867B

Tints of Sirocco #70867B

Color information

#70867B (or 0x70867B) is unknown color: approx Sirocco. HEX triplet: 70, 86 and 7B. RGB value is (112,134,123). Sum of RGB (Red+Green+Blue) = 112+134+123=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 134 - color contains mainly: green. Hex color #70867B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70867B is #8F7984. Grayscale: #7E7E7E. Windows color (decimal): -9402757 or 8095344. OLE color: 8095344.

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

Color convert

RGB112134123-
CMYK0.1600.080.47
HSL150º8.94%48.24%-
HSV(B)150º16.42%52.55%-
XYZ18.7821.9321.98-
YUV126.17126.21117.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.35%
GREEN value IS 134 (52.73% from 255) = 36.31%
BLUE value IS 123 (48.44% from 255) = 33.33%
R=30.35%
G=36.31%
B=33.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121341230.1600.080.471508.9448.24
Hex70867B10082F96930
Octal16020617320010572261160
Binary11100001000011011110111000001000101111100101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70867B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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