Html Css Color HEX #70877B Sirocco

📋 copy color: '#70877B'

red 112 ◦ green 135 ◦ blue 123

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

Shades of Sirocco #70877B

Tints of Sirocco #70877B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.49%

 BLUE value IS 123 (48.44% from 255) = 33.24%

R = 30.27%
G = 36.49%
B = 33.24%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#70877B (or 0x70877B) is known color: Sirocco. HEX triplet: 70, 87 and 7B. RGB value is (112,135,123). Sum of RGB (Red+Green+Blue) = 112+135+123=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 135 (53.12% from 255 or 36.49% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 135 - color contains mainly: green. Hex color #70877B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70877B is #8F7884. Grayscale: #7E7E7E. Windows color (decimal): -9402501 or 8095600. OLE color: 8095600.

HSL color Cylindrical-coordinate representation of color #70877B: hue angle of 148.7º 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 #70877B is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 112 135 123 -
CMYK 0.17 0 0.09 0.47
HSL 148.7º 0.09% 0.48% -
HSV(B) 148.7º 0.17% 0.53% -
XYZ 18.92 22.2 22.03 -
YUV 126.76 125.88 117.48 -
System Red Green Blue C M Y K H S L
Decimal 112 135 123 0.17 0 0.09 0.47 148.7 0.09 0.48
Hex 70 87 7B 11 0 9 2F 95 9 30
Octal 160 207 173 21 0 11 57 225 11 60
Binary 1110000 10000111 1111011 10001 0 1001 101111 10010101 1001 110000

Color Harmonies of #70877B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70877B

Black with #70877B

Text Example


Text Example

White with #70877B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70877B;
 }
 .AnyTagClassName
 {
   color: #70877B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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