Html Css Color HEX #7E595B Falcon

📋 copy color: '#7E595B'

red 126 ◦ green 89 ◦ blue 91

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

Shades of Falcon #7E595B

Tints of Falcon #7E595B

RGB

 RED value IS 126 (49.61% from 255) = 41.18%

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

 BLUE value IS 91 (35.94% from 255) = 29.74%

R = 41.18%
G = 29.08%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.51

RGB Variations

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

Color information

#7E595B (or 0x7E595B) is known color: Falcon. HEX triplet: 7E, 59 and 5B. RGB value is (126,89,91). Sum of RGB (Red+Green+Blue) = 126+89+91=306 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.18% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 126 - color contains mainly: red. Hex color #7E595B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E595B is #81A6A4. Grayscale: #646464. Windows color (decimal): -8496805 or 5986686. OLE color: 5986686.

HSL color Cylindrical-coordinate representation of color #7E595B: hue angle of 356.76º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7E595B is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 89 91 -
CMYK 0 0.29 0.28 0.51
HSL 356.76º 0.17% 0.42% -
HSV(B) 356.76º 0.29% 0.49% -
XYZ 14.06 12.34 11.54 -
YUV 100.29 122.76 146.34 -
System Red Green Blue C M Y K H S L
Decimal 126 89 91 0 0.29 0.28 0.51 356.76 0.17 0.42
Hex 7E 59 5B 0 1D 1C 33 165 11 2A
Octal 176 131 133 0 35 34 63 545 21 52
Binary 1111110 1011001 1011011 0 11101 11100 110011 101100101 10001 101010

Color Harmonies of #7E595B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E595B

Black with #7E595B

Text Example


Text Example

White with #7E595B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E595B; }

 p { color: rgb(126,89,91); }

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

background-color css

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

 a { background-color: rgb(126,89,91); }

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

border-color css

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

 span { border-color: rgb(126,89,91); }

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