Html Css Color HEX #708079 Sirocco

📋 copy color: '#708079'

red 112 ◦ green 128 ◦ blue 121

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

Shades of Sirocco #708079

Tints of Sirocco #708079

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.46%

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

R = 31.02%
G = 35.46%
B = 33.52%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#708079 (or 0x708079) is known color: Sirocco. HEX triplet: 70, 80 and 79. RGB value is (112,128,121). Sum of RGB (Red+Green+Blue) = 112+128+121=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 128 - color contains mainly: green. Hex color #708079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708079 is #8F7F86. Grayscale: #7A7A7A. Windows color (decimal): -9404295 or 7962736. OLE color: 7962736.

HSL color Cylindrical-coordinate representation of color #708079: hue angle of 153.75º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #708079 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 128 121 -
CMYK 0.12 0 0.05 0.50
HSL 153.75º 0.07% 0.47% -
HSV(B) 153.75º 0.13% 0.5% -
XYZ 17.85 20.26 21.06 -
YUV 122.42 127.2 120.57 -
System Red Green Blue C M Y K H S L
Decimal 112 128 121 0.12 0 0.05 0.50 153.75 0.07 0.47
Hex 70 80 79 C 0 5 32 9A 7 2F
Octal 160 200 171 14 0 5 62 232 7 57
Binary 1110000 10000000 1111001 1100 0 101 110010 10011010 111 101111

Color Harmonies of #708079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708079

Black with #708079

Text Example


Text Example

White with #708079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708079; }

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

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

background-color css

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

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

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

border-color css

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

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

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