#72585E

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

Shades of Falcon #72585E

Tints of Falcon #72585E

Color information

#72585E (or 0x72585E) is unknown color: approx Falcon. HEX triplet: 72, 58 and 5E. RGB value is (114,88,94). Sum of RGB (Red+Green+Blue) = 114+88+94=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 114 - color contains mainly: red. Hex color #72585E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72585E is #8DA7A1. Grayscale: #606060. Windows color (decimal): -9283490 or 6183026. OLE color: 6183026.

HSL color Cylindrical-coordinate representation of color #72585E: hue angle of 346.15º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #72585E is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1148894-
CMYK00.230.180.55
HSL346.15º12.87%39.61%-
HSV(B)346.15º22.81%44.71%-
XYZ12.4511.3712.13-
YUV96.46126.61140.51-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.51%
GREEN value IS 88 (34.77% from 255) = 29.73%
BLUE value IS 94 (37.11% from 255) = 31.76%
R=38.51%
G=29.73%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114889400.230.180.55346.1512.8739.61
Hex72585E017123715ad28
Octal16213013602722675321550
Binary111001010110001011110010111100101101111010110101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72585E; }

 p { color: rgb(114,88,94); }

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

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

 a { background-color: rgb(114,88,94); }

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

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

 span { border-color: rgb(114,88,94); }

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