#757776

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

Shades of Sirocco #757776

Tints of Sirocco #757776

Color information

#757776 (or 0x757776) is unknown color: approx Sirocco. HEX triplet: 75, 77 and 76. RGB value is (117,119,118). Sum of RGB (Red+Green+Blue) = 117+119+118=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 119 - color contains mainly: green. Hex color #757776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757776 is #8A8889. Grayscale: #767676. Windows color (decimal): -9078922 or 7763829. OLE color: 7763829.

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

Color convert

RGB117119118-
CMYK0.0200.010.53
HSL150º0.85%46.27%-
HSV(B)150º1.68%46.67%-
XYZ17.218.2819.76-
YUV118.29127.84127.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.05%
GREEN value IS 119 (46.88% from 255) = 33.62%
BLUE value IS 118 (46.48% from 255) = 33.33%
R=33.05%
G=33.62%
B=33.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1171191180.0200.010.531500.8546.27
Hex757776201359612e
Octal16516716620165226156
Binary1110101111011111101101001110101100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757776; }

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

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

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

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

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

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

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

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