#708077

Color #708077 Sirocco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sirocco #708077

Tints of Sirocco #708077

Color information

#708077 (or 0x708077) is unknown color: approx 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

RGB112128119-
CMYK0.1200.070.50
HSL146.25º6.67%47.06%-
HSV(B)146.25º12.5%50.2%-
XYZ17.7320.2220.42-
YUV122.19126.2120.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.20%
GREEN value IS 128 (50.39% from 255) = 35.65%
BLUE value IS 119 (46.88% from 255) = 33.15%
R=31.20%
G=35.65%
B=33.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1121281190.1200.070.50146.256.6747.06
Hex708077C07329272f
Octal160200167140762222757
Binary11100001000000011101111100011111001010010010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>