Html Css Color HEX #708579 Sirocco

📋 copy color: '#708579'

red 112 ◦ green 133 ◦ blue 121

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

Shades of Sirocco #708579

Tints of Sirocco #708579

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.34%

 BLUE value IS 121 (47.66% from 255) = 33.06%

R = 30.6%
G = 36.34%
B = 33.06%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#708579 (or 0x708579) is known color: Sirocco. HEX triplet: 70, 85 and 79. RGB value is (112,133,121). Sum of RGB (Red+Green+Blue) = 112+133+121=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 133 - color contains mainly: green. Hex color #708579 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708579 is #8F7A86. Grayscale: #7D7D7D. Windows color (decimal): -9403015 or 7964016. OLE color: 7964016.

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

Color convert

RGB 112 133 121 -
CMYK 0.16 0 0.09 0.48
HSL 145.71º 0.09% 0.48% -
HSV(B) 145.71º 0.16% 0.52% -
XYZ 18.52 21.6 21.28 -
YUV 125.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 112 133 121 0.16 0 0.09 0.48 145.71 0.09 0.48
Hex 70 85 79 10 0 9 30 92 9 30
Octal 160 205 171 20 0 11 60 222 11 60
Binary 1110000 10000101 1111001 10000 0 1001 110000 10010010 1001 110000

Color Harmonies of #708579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708579

Black with #708579

Text Example


Text Example

White with #708579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708579; }

 p { color: rgb(112,133,121); }

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

background-color css

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

 a { background-color: rgb(112,133,121); }

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

border-color css

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

 span { border-color: rgb(112,133,121); }

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