#72555B

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

Shades of Falcon #72555B

Tints of Falcon #72555B

Color information

#72555B (or 0x72555B) is unknown color: approx Falcon. HEX triplet: 72, 55 and 5B. RGB value is (114,85,91). Sum of RGB (Red+Green+Blue) = 114+85+91=290 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.31% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 114 - color contains mainly: red. Hex color #72555B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72555B is #8DAAA4. Grayscale: #5E5E5E. Windows color (decimal): -9284261 or 5985650. OLE color: 5985650.

HSL color Cylindrical-coordinate representation of color #72555B: hue angle of 347.59º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #72555B is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB1148591-
CMYK00.250.200.55
HSL347.59º14.57%39.02%-
HSV(B)347.59º25.44%44.71%-
XYZ12.0810.8311.35-
YUV94.35126.11142.01-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.31%
GREEN value IS 85 (33.59% from 255) = 29.31%
BLUE value IS 91 (35.94% from 255) = 31.38%
R=39.31%
G=29.31%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114859100.250.200.55347.5914.5739.02
Hex72555B019143715cf27
Octal16212513303124675341747
Binary111001010101011011011011001101001101111010111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72555B; }

 p { color: rgb(114,85,91); }

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

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

 a { background-color: rgb(114,85,91); }

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

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

 span { border-color: rgb(114,85,91); }

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