Html Css Color HEX #708077 Sirocco

📋 copy color: '#708077'

red 112 ◦ green 128 ◦ blue 119

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

Shades of Sirocco #708077

Tints of Sirocco #708077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.15%

R = 31.2%
G = 35.65%
B = 33.15%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.50

RGB Variations

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

Color information

#708077 (or 0x708077) is known color: Sirocco. HEX triplet: 70, 80 and 77. RGB value is (112,128,119). Sum of RGB (Red+Green+Blue) = 112+128+119=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 128 - color contains mainly: green. Hex color #708077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708077 is #8F7F88. Grayscale: #7A7A7A. Windows color (decimal): -9404297 or 7831664. OLE color: 7831664.

HSL color Cylindrical-coordinate representation of color #708077: hue angle of 146.25º 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 #708077 is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 128 119 -
CMYK 0.12 0 0.07 0.50
HSL 146.25º 0.07% 0.47% -
HSV(B) 146.25º 0.13% 0.5% -
XYZ 17.73 20.22 20.42 -
YUV 122.19 126.2 120.73 -
System Red Green Blue C M Y K H S L
Decimal 112 128 119 0.12 0 0.07 0.50 146.25 0.07 0.47
Hex 70 80 77 C 0 7 32 92 7 2F
Octal 160 200 167 14 0 7 62 222 7 57
Binary 1110000 10000000 1110111 1100 0 111 110010 10010010 111 101111

Color Harmonies of #708077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708077

Black with #708077

Text Example


Text Example

White with #708077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708077; }

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

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

background-color css

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

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

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

border-color css

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

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

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