#717D75

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

Shades of Sirocco #717D75

Tints of Sirocco #717D75

Color information

#717D75 (or 0x717D75) is unknown color: approx Sirocco. HEX triplet: 71, 7D and 75. RGB value is (113,125,117). Sum of RGB (Red+Green+Blue) = 113+125+117=355 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.83% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 125 - color contains mainly: green. Hex color #717D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717D75 is #8E828A. Grayscale: #787878. Windows color (decimal): -9339531 or 7699825. OLE color: 7699825.

HSL color Cylindrical-coordinate representation of color #717D75: hue angle of 140º 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 #717D75 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB113125117-
CMYK0.1000.060.51
HSL140º5.04%46.67%-
HSV(B)140º9.6%49.02%-
XYZ17.3519.4619.67-
YUV120.5126.02122.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.83%
GREEN value IS 125 (49.22% from 255) = 35.21%
BLUE value IS 117 (46.09% from 255) = 32.96%
R=31.83%
G=35.21%
B=32.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1131251170.1000.060.511405.0446.67
Hex717D75A06338c52f
Octal161175165120663214557
Binary1110001111110111101011010011011001110001100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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