#72575C

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

Shades of Falcon #72575C

Tints of Falcon #72575C

Color information

#72575C (or 0x72575C) is unknown color: approx Falcon. HEX triplet: 72, 57 and 5C. RGB value is (114,87,92). Sum of RGB (Red+Green+Blue) = 114+87+92=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 114 - color contains mainly: red. Hex color #72575C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72575C is #8DA8A3. Grayscale: #5F5F5F. Windows color (decimal): -9283748 or 6051698. OLE color: 6051698.

HSL color Cylindrical-coordinate representation of color #72575C: hue angle of 348.89º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #72575C is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB1148792-
CMYK00.240.190.55
HSL348.89º13.43%39.41%-
HSV(B)348.89º23.68%44.71%-
XYZ12.2811.1711.63-
YUV95.64125.95141.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.91%
GREEN value IS 87 (34.38% from 255) = 29.69%
BLUE value IS 92 (36.33% from 255) = 31.40%
R=38.91%
G=29.69%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114879200.240.190.55348.8913.4339.41
Hex72575C018133715dd27
Octal16212713403023675351547
Binary111001010101111011100011000100111101111010111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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