Html Css Color HEX #725253 Falcon

📋 copy color: '#725253'

red 114 ◦ green 82 ◦ blue 83

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

Shades of Falcon #725253

Tints of Falcon #725253

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.39%

 BLUE value IS 83 (32.81% from 255) = 29.75%

R = 40.86%
G = 29.39%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#725253 (or 0x725253) is known color: Falcon. HEX triplet: 72, 52 and 53. RGB value is (114,82,83). Sum of RGB (Red+Green+Blue) = 114+82+83=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 114 - color contains mainly: red. Hex color #725253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725253 is #8DADAC. Grayscale: #5B5B5B. Windows color (decimal): -9285037 or 5460594. OLE color: 5460594.

HSL color Cylindrical-coordinate representation of color #725253: hue angle of 358.12º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #725253 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 82 83 -
CMYK 0 0.28 0.27 0.55
HSL 358.13º 0.16% 0.38% -
HSV(B) 358.13º 0.28% 0.45% -
XYZ 11.52 10.24 9.55 -
YUV 91.68 123.1 143.92 -
System Red Green Blue C M Y K H S L
Decimal 114 82 83 0 0.28 0.27 0.55 358.13 0.16 0.38
Hex 72 52 53 0 1C 1B 37 166 10 26
Octal 162 122 123 0 34 33 67 546 20 46
Binary 1110010 1010010 1010011 0 11100 11011 110111 101100110 10000 100110

Color Harmonies of #725253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725253

Black with #725253

Text Example


Text Example

White with #725253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725253; }

 p { color: rgb(114,82,83); }

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

background-color css

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

 a { background-color: rgb(114,82,83); }

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

border-color css

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

 span { border-color: rgb(114,82,83); }

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