Html Css Color HEX #70837A Sirocco

📋 copy color: '#70837A'

red 112 ◦ green 131 ◦ blue 122

#70837A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sirocco #70837A

Tints of Sirocco #70837A

RGB

 RED value IS 112 (44.14% from 255) = 30.68%

 GREEN value IS 131 (51.56% from 255) = 35.89%

 BLUE value IS 122 (48.05% from 255) = 33.42%

R = 30.68%
G = 35.89%
B = 33.42%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#70837A (or 0x70837A) is known color: Sirocco. HEX triplet: 70, 83 and 7A. RGB value is (112,131,122). Sum of RGB (Red+Green+Blue) = 112+131+122=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 131 - color contains mainly: green. Hex color #70837A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70837A is #8F7C85. Grayscale: #7C7C7C. Windows color (decimal): -9403526 or 8029040. OLE color: 8029040.

HSL color Cylindrical-coordinate representation of color #70837A: hue angle of 151.58º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #70837A is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 131 122 -
CMYK 0.15 0 0.07 0.49
HSL 151.58º 0.08% 0.48% -
HSV(B) 151.58º 0.15% 0.51% -
XYZ 18.31 21.08 21.52 -
YUV 124.29 126.71 119.23 -
System Red Green Blue C M Y K H S L
Decimal 112 131 122 0.15 0 0.07 0.49 151.58 0.08 0.48
Hex 70 83 7A F 0 7 31 98 8 30
Octal 160 203 172 17 0 7 61 230 10 60
Binary 1110000 10000011 1111010 1111 0 111 110001 10011000 1000 110000

Color Harmonies of #70837A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70837A

Black with #70837A

Text Example


Text Example

White with #70837A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70837A;
 }
 .AnyTagClassName
 {
   color: #70837A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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