#727573

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

Shades of Sirocco #727573

Tints of Sirocco #727573

Color information

#727573 (or 0x727573) is unknown color: approx Sirocco. HEX triplet: 72, 75 and 73. RGB value is (114,117,115). Sum of RGB (Red+Green+Blue) = 114+117+115=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 117 - color contains mainly: green. Hex color #727573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727573 is #8D8A8C. Grayscale: #737373. Windows color (decimal): -9276045 or 7566706. OLE color: 7566706.

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

Color convert

RGB114117115-
CMYK0.0300.020.54
HSL140º1.3%45.29%-
HSV(B)140º2.56%45.88%-
XYZ16.417.5418.74-
YUV115.88127.51126.66-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.95%
GREEN value IS 117 (46.09% from 255) = 33.82%
BLUE value IS 115 (45.31% from 255) = 33.24%
R=32.95%
G=33.82%
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.54
SystemRedGreenBlueCMYKHSL
Decimal1141171150.0300.020.541401.345.29
Hex727573302368c12d
Octal16216516330266214155
Binary11100101110101111001111010110110100011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727573; }

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

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

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

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

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

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

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

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