#757C79

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

Shades of Sirocco #757C79

Tints of Sirocco #757C79

Color information

#757C79 (or 0x757C79) is unknown color: approx Sirocco. HEX triplet: 75, 7C and 79. RGB value is (117,124,121). Sum of RGB (Red+Green+Blue) = 117+124+121=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 124 - color contains mainly: green. Hex color #757C79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757C79 is #8A8386. Grayscale: #797979. Windows color (decimal): -9077639 or 7961717. OLE color: 7961717.

HSL color Cylindrical-coordinate representation of color #757C79: hue angle of 154.29º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #757C79 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB117124121-
CMYK0.0600.020.51
HSL154.29º2.9%47.25%-
HSV(B)154.29º5.65%48.63%-
XYZ17.9919.5820.92-
YUV121.56127.68124.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.32%
GREEN value IS 124 (48.83% from 255) = 34.25%
BLUE value IS 121 (47.66% from 255) = 33.43%
R=32.32%
G=34.25%
B=33.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1171241210.0600.020.51154.292.947.25
Hex757C79602339a32f
Octal16517417160263232357
Binary1110101111110011110011100101100111001101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757C79; }

 p { color: rgb(117,124,121); }

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

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

 a { background-color: rgb(117,124,121); }

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

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

 span { border-color: rgb(117,124,121); }

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