Html Css Color HEX #725359 Falcon

📋 copy color: '#725359'

red 114 ◦ green 83 ◦ blue 89

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

Shades of Falcon #725359

Tints of Falcon #725359

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.02%

 BLUE value IS 89 (35.16% from 255) = 31.12%

R = 39.86%
G = 29.02%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#725359 (or 0x725359) is known color: Falcon. HEX triplet: 72, 53 and 59. RGB value is (114,83,89). Sum of RGB (Red+Green+Blue) = 114+83+89=286 (37% of max value = 765). Red value is 114 (44.92% from 255 or 39.86% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 89 (35.16% from 255 or 31.12% from 286); Max value from RGB is 114 - color contains mainly: red. Hex color #725359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725359 is #8DACA6. Grayscale: #5C5C5C. Windows color (decimal): -9284775 or 5854066. OLE color: 5854066.

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

Color convert

RGB 114 83 89 -
CMYK 0 0.27 0.22 0.55
HSL 348.39º 0.16% 0.39% -
HSV(B) 348.39º 0.27% 0.45% -
XYZ 11.84 10.49 10.85 -
YUV 92.95 125.77 143.01 -
System Red Green Blue C M Y K H S L
Decimal 114 83 89 0 0.27 0.22 0.55 348.39 0.16 0.39
Hex 72 53 59 0 1B 16 37 15C 10 27
Octal 162 123 131 0 33 26 67 534 20 47
Binary 1110010 1010011 1011001 0 11011 10110 110111 101011100 10000 100111

Color Harmonies of #725359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725359

Black with #725359

Text Example


Text Example

White with #725359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725359; }

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

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

background-color css

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

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

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

border-color css

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

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

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