#747775

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

Shades of Sirocco #747775

Tints of Sirocco #747775

Color information

#747775 (or 0x747775) is unknown color: approx Sirocco. HEX triplet: 74, 77 and 75. RGB value is (116,119,117). Sum of RGB (Red+Green+Blue) = 116+119+117=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 119 - color contains mainly: green. Hex color #747775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747775 is #8B888A. Grayscale: #757575. Windows color (decimal): -9144459 or 7698292. OLE color: 7698292.

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

Color convert

RGB116119117-
CMYK0.0300.020.53
HSL140º1.28%46.08%-
HSV(B)140º2.52%46.67%-
XYZ17.0118.1919.44-
YUV117.88127.51126.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.95%
GREEN value IS 119 (46.88% from 255) = 33.81%
BLUE value IS 117 (46.09% from 255) = 33.24%
R=32.95%
G=33.81%
B=33.24%

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
Decimal1161191170.0300.020.531401.2846.08
Hex747775302358c12e
Octal16416716530265214156
Binary11101001110111111010111010110101100011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747775; }

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

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

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

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

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

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

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

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