#718077

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

Shades of Sirocco #718077

Tints of Sirocco #718077

Color information

#718077 (or 0x718077) is unknown color: approx Sirocco. HEX triplet: 71, 80 and 77. RGB value is (113,128,119). Sum of RGB (Red+Green+Blue) = 113+128+119=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 119 (46.88% from 255 or 33.06% from 360); Max value from RGB is 128 - color contains mainly: green. Hex color #718077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718077 is #8E7F88. Grayscale: #7A7A7A. Windows color (decimal): -9338761 or 7831665. OLE color: 7831665.

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

Color convert

RGB113128119-
CMYK0.1200.070.50
HSL144º6.22%47.25%-
HSV(B)144º11.72%50.2%-
XYZ17.8620.2820.43-
YUV122.49126.03121.23-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.39%
GREEN value IS 128 (50.39% from 255) = 35.56%
BLUE value IS 119 (46.88% from 255) = 33.06%
R=31.39%
G=35.56%
B=33.06%

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
Decimal1131281190.1200.070.501446.2247.25
Hex718077C07329062f
Octal161200167140762220657
Binary11100011000000011101111100011111001010010000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718077; }

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

 H1.HeaderClassName
 {
   color: #718077;
 }
 .AnyTagClassName
 {
   color: #718077;
 }
</style>
background-color css

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

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

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

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

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

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