Html Css Color HEX #72595F Falcon

📋 copy color: '#72595F'

red 114 ◦ green 89 ◦ blue 95

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

Shades of Falcon #72595F

Tints of Falcon #72595F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.87%

 BLUE value IS 95 (37.5% from 255) = 31.88%

R = 38.26%
G = 29.87%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#72595F (or 0x72595F) is known color: Falcon. HEX triplet: 72, 59 and 5F. RGB value is (114,89,95). Sum of RGB (Red+Green+Blue) = 114+89+95=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 114 - color contains mainly: red. Hex color #72595F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72595F is #8DA6A0. Grayscale: #616161. Windows color (decimal): -9283233 or 6248818. OLE color: 6248818.

HSL color Cylindrical-coordinate representation of color #72595F: hue angle of 345.6º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #72595F is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 89 95 -
CMYK 0 0.22 0.17 0.55
HSL 345.6º 0.12% 0.4% -
HSV(B) 345.6º 0.22% 0.45% -
XYZ 12.58 11.55 12.39 -
YUV 97.16 126.78 140.01 -
System Red Green Blue C M Y K H S L
Decimal 114 89 95 0 0.22 0.17 0.55 345.6 0.12 0.4
Hex 72 59 5F 0 16 11 37 15A C 28
Octal 162 131 137 0 26 21 67 532 14 50
Binary 1110010 1011001 1011111 0 10110 10001 110111 101011010 1100 101000

Color Harmonies of #72595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72595F

Black with #72595F

Text Example


Text Example

White with #72595F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72595F; }

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

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

background-color css

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

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

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

border-color css

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

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

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