Html Css Color HEX #725455 Falcon

📋 copy color: '#725455'

red 114 ◦ green 84 ◦ blue 85

#725455
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falcon #725455

Tints of Falcon #725455

RGB

 RED value IS 114 (44.92% from 255) = 40.28%

 GREEN value IS 84 (33.2% from 255) = 29.68%

 BLUE value IS 85 (33.59% from 255) = 30.04%

R = 40.28%
G = 29.68%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#725455 (or 0x725455) is known color: Falcon. HEX triplet: 72, 54 and 55. RGB value is (114,84,85). Sum of RGB (Red+Green+Blue) = 114+84+85=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 114 - color contains mainly: red. Hex color #725455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725455 is #8DABAA. Grayscale: #5D5D5D. Windows color (decimal): -9284523 or 5592178. OLE color: 5592178.

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

Color convert

RGB 114 84 85 -
CMYK 0 0.26 0.25 0.55
HSL 358º 0.15% 0.39% -
HSV(B) 358º 0.26% 0.45% -
XYZ 11.75 10.57 10.02 -
YUV 93.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 114 84 85 0 0.26 0.25 0.55 358 0.15 0.39
Hex 72 54 55 0 1A 19 37 166 F 27
Octal 162 124 125 0 32 31 67 546 17 47
Binary 1110010 1010100 1010101 0 11010 11001 110111 101100110 1111 100111

Color Harmonies of #725455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725455

Black with #725455

Text Example


Text Example

White with #725455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725455; }

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

 H1.HeaderClassName
 {
   color: #725455;
 }
 .AnyTagClassName
 {
   color: #725455;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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