#717D78

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

Shades of Sirocco #717D78

Tints of Sirocco #717D78

Color information

#717D78 (or 0x717D78) is unknown color: approx Sirocco. HEX triplet: 71, 7D and 78. RGB value is (113,125,120). Sum of RGB (Red+Green+Blue) = 113+125+120=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 125 - color contains mainly: green. Hex color #717D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717D78 is #8E8287. Grayscale: #787878. Windows color (decimal): -9339528 or 7896433. OLE color: 7896433.

HSL color Cylindrical-coordinate representation of color #717D78: hue angle of 155º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #717D78 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.

Color convert

RGB113125120-
CMYK0.1000.040.51
HSL155º5.04%46.67%-
HSV(B)155º9.6%49.02%-
XYZ17.5319.5320.62-
YUV120.84127.52122.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.56%
GREEN value IS 125 (49.22% from 255) = 34.92%
BLUE value IS 120 (47.27% from 255) = 33.52%
R=31.56%
G=34.92%
B=33.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1131251200.1000.040.511555.0446.67
Hex717D78A04339b52f
Octal161175170120463233557
Binary1110001111110111110001010010011001110011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717D78; }

 p { color: rgb(113,125,120); }

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

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

 a { background-color: rgb(113,125,120); }

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

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

 span { border-color: rgb(113,125,120); }

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