#727473

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

Shades of Sirocco #727473

Tints of Sirocco #727473

Color information

#727473 (or 0x727473) is unknown color: approx Sirocco. HEX triplet: 72, 74 and 73. RGB value is (114,116,115). Sum of RGB (Red+Green+Blue) = 114+116+115=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 116 - color contains mainly: green. Hex color #727473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727473 is #8D8B8C. Grayscale: #737373. Windows color (decimal): -9276301 or 7566450. OLE color: 7566450.

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

Color convert

RGB114116115-
CMYK0.0200.010.55
HSL150º0.87%45.1%-
HSV(B)150º1.72%45.49%-
XYZ16.2817.3118.7-
YUV115.29127.84127.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.04%
GREEN value IS 116 (45.70% from 255) = 33.62%
BLUE value IS 115 (45.31% from 255) = 33.33%
R=33.04%
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.55
SystemRedGreenBlueCMYKHSL
Decimal1141161150.0200.010.551500.8745.1
Hex727473201379612d
Octal16216416320167226155
Binary1110010111010011100111001110111100101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727473; }

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

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

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

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

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

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

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

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