Html Css Color HEX #72595A Falcon

📋 copy color: '#72595A'

red 114 ◦ green 89 ◦ blue 90

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

Shades of Falcon #72595A

Tints of Falcon #72595A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 30.72%

R = 38.91%
G = 30.38%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#72595A (or 0x72595A) is known color: Falcon. HEX triplet: 72, 59 and 5A. RGB value is (114,89,90). Sum of RGB (Red+Green+Blue) = 114+89+90=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 114 - color contains mainly: red. Hex color #72595A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72595A is #8DA6A5. Grayscale: #606060. Windows color (decimal): -9283238 or 5921138. OLE color: 5921138.

HSL color Cylindrical-coordinate representation of color #72595A: hue angle of 357.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 #72595A is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 89 90 -
CMYK 0 0.22 0.21 0.55
HSL 357.6º 0.12% 0.4% -
HSV(B) 357.6º 0.22% 0.45% -
XYZ 12.36 11.46 11.23 -
YUV 96.59 124.28 140.42 -
System Red Green Blue C M Y K H S L
Decimal 114 89 90 0 0.22 0.21 0.55 357.6 0.12 0.4
Hex 72 59 5A 0 16 15 37 166 C 28
Octal 162 131 132 0 26 25 67 546 14 50
Binary 1110010 1011001 1011010 0 10110 10101 110111 101100110 1100 101000

Color Harmonies of #72595A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72595A

Black with #72595A

Text Example


Text Example

White with #72595A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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