#72585C

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

Shades of Falcon #72585C

Tints of Falcon #72585C

Color information

#72585C (or 0x72585C) is unknown color: approx Falcon. HEX triplet: 72, 58 and 5C. RGB value is (114,88,92). Sum of RGB (Red+Green+Blue) = 114+88+92=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 114 - color contains mainly: red. Hex color #72585C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72585C is #8DA7A3. Grayscale: #606060. Windows color (decimal): -9283492 or 6051954. OLE color: 6051954.

HSL color Cylindrical-coordinate representation of color #72585C: hue angle of 350.77º 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 #72585C is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB1148892-
CMYK00.230.190.55
HSL350.77º12.87%39.61%-
HSV(B)350.77º22.81%44.71%-
XYZ12.3611.3311.66-
YUV96.23125.61140.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.78%
GREEN value IS 88 (34.77% from 255) = 29.93%
BLUE value IS 92 (36.33% from 255) = 31.29%
R=38.78%
G=29.93%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114889200.230.190.55350.7712.8739.61
Hex72585C017133715fd28
Octal16213013402723675371550
Binary111001010110001011100010111100111101111010111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72585C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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