Html Css Color HEX #708578 Sirocco

📋 copy color: '#708578'

red 112 ◦ green 133 ◦ blue 120

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

Shades of Sirocco #708578

Tints of Sirocco #708578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32.88%

R = 30.68%
G = 36.44%
B = 32.88%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#708578 (or 0x708578) is known color: Sirocco. HEX triplet: 70, 85 and 78. RGB value is (112,133,120). Sum of RGB (Red+Green+Blue) = 112+133+120=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 120 (47.27% from 255 or 32.88% from 365); Max value from RGB is 133 - color contains mainly: green. Hex color #708578 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708578 is #8F7A87. Grayscale: #7D7D7D. Windows color (decimal): -9403016 or 7898480. OLE color: 7898480.

HSL color Cylindrical-coordinate representation of color #708578: hue angle of 142.86º 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 #708578 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 133 120 -
CMYK 0.16 0 0.10 0.48
HSL 142.86º 0.09% 0.48% -
HSV(B) 142.86º 0.16% 0.52% -
XYZ 18.46 21.58 20.96 -
YUV 125.24 125.04 118.56 -
System Red Green Blue C M Y K H S L
Decimal 112 133 120 0.16 0 0.10 0.48 142.86 0.09 0.48
Hex 70 85 78 10 0 A 30 8F 9 30
Octal 160 205 170 20 0 12 60 217 11 60
Binary 1110000 10000101 1111000 10000 0 1010 110000 10001111 1001 110000

Color Harmonies of #708578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708578

Black with #708578

Text Example


Text Example

White with #708578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708578; }

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

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

background-color css

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

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

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

border-color css

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

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

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