Html Css Color HEX #708279 Sirocco

📋 copy color: '#708279'

red 112 ◦ green 130 ◦ blue 121

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

Shades of Sirocco #708279

Tints of Sirocco #708279

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.81%

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

R = 30.85%
G = 35.81%
B = 33.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.49

RGB Variations

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

Color information

#708279 (or 0x708279) is known color: Sirocco. HEX triplet: 70, 82 and 79. RGB value is (112,130,121). Sum of RGB (Red+Green+Blue) = 112+130+121=363 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.85% from 363); Green value is 130 (51.17% from 255 or 35.81% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 130 - color contains mainly: green. Hex color #708279 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708279 is #8F7D86. Grayscale: #7B7B7B. Windows color (decimal): -9403783 or 7963248. OLE color: 7963248.

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

Color convert

RGB 112 130 121 -
CMYK 0.14 0 0.07 0.49
HSL 150º 0.07% 0.47% -
HSV(B) 150º 0.14% 0.51% -
XYZ 18.12 20.79 21.15 -
YUV 123.59 126.54 119.73 -
System Red Green Blue C M Y K H S L
Decimal 112 130 121 0.14 0 0.07 0.49 150 0.07 0.47
Hex 70 82 79 E 0 7 31 96 7 2F
Octal 160 202 171 16 0 7 61 226 7 57
Binary 1110000 10000010 1111001 1110 0 111 110001 10010110 111 101111

Color Harmonies of #708279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708279

Black with #708279

Text Example


Text Example

White with #708279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708279; }

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

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

background-color css

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

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

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

border-color css

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

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

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