#757977

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

Shades of Sirocco #757977

Tints of Sirocco #757977

Color information

#757977 (or 0x757977) is unknown color: approx Sirocco. HEX triplet: 75, 79 and 77. RGB value is (117,121,119). Sum of RGB (Red+Green+Blue) = 117+121+119=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 121 - color contains mainly: green. Hex color #757977 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757977 is #8A8688. Grayscale: #777777. Windows color (decimal): -9078409 or 7829877. OLE color: 7829877.

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

Color convert

RGB117121119-
CMYK0.0300.020.53
HSL150º1.68%46.67%-
HSV(B)150º3.31%47.45%-
XYZ17.518.7920.16-
YUV119.58127.67126.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.77%
GREEN value IS 121 (47.66% from 255) = 33.89%
BLUE value IS 119 (46.88% from 255) = 33.33%
R=32.77%
G=33.89%
B=33.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1171211190.0300.020.531501.6846.67
Hex757977302359622f
Octal16517116730265226257
Binary111010111110011110111110101101011001011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757977; }

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

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

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

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

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

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

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

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