Html Css Color HEX #725355 Falcon

📋 copy color: '#725355'

red 114 ◦ green 83 ◦ blue 85

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

Shades of Falcon #725355

Tints of Falcon #725355

RGB

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

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

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

R = 40.43%
G = 29.43%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#725355 (or 0x725355) is known color: Falcon. HEX triplet: 72, 53 and 55. RGB value is (114,83,85). Sum of RGB (Red+Green+Blue) = 114+83+85=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 114 - color contains mainly: red. Hex color #725355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725355 is #8DACAA. Grayscale: #5C5C5C. Windows color (decimal): -9284779 or 5591922. OLE color: 5591922.

HSL color Cylindrical-coordinate representation of color #725355: hue angle of 356.13º 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 #725355 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 83 85 -
CMYK 0 0.27 0.25 0.55
HSL 356.13º 0.16% 0.39% -
HSV(B) 356.13º 0.27% 0.45% -
XYZ 11.67 10.42 9.99 -
YUV 92.5 123.77 143.34 -
System Red Green Blue C M Y K H S L
Decimal 114 83 85 0 0.27 0.25 0.55 356.13 0.16 0.39
Hex 72 53 55 0 1B 19 37 164 10 27
Octal 162 123 125 0 33 31 67 544 20 47
Binary 1110010 1010011 1010101 0 11011 11001 110111 101100100 10000 100111

Color Harmonies of #725355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #725355

Black with #725355

Text Example


Text Example

White with #725355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #725355; }

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

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

background-color css

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

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

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

border-color css

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

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

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