#737775

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

Shades of Sirocco #737775

Tints of Sirocco #737775

Color information

#737775 (or 0x737775) is unknown color: approx Sirocco. HEX triplet: 73, 77 and 75. RGB value is (115,119,117). Sum of RGB (Red+Green+Blue) = 115+119+117=351 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.76% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 119 - color contains mainly: green. Hex color #737775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737775 is #8C888A. Grayscale: #757575. Windows color (decimal): -9209995 or 7698291. OLE color: 7698291.

HSL color Cylindrical-coordinate representation of color #737775: hue angle of 150º degrees, saturation: 0.02, 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 #737775 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB115119117-
CMYK0.0300.020.53
HSL150º1.71%45.88%-
HSV(B)150º3.36%46.67%-
XYZ16.8818.1219.44-
YUV117.58127.67126.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.76%
GREEN value IS 119 (46.88% from 255) = 33.90%
BLUE value IS 117 (46.09% from 255) = 33.33%
R=32.76%
G=33.90%
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
Decimal1151191170.0300.020.531501.7145.88
Hex737775302359622e
Octal16316716530265226256
Binary111001111101111110101110101101011001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737775; }

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

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

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

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

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

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

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

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