Html Css Color HEX #7A595B Falcon

📋 copy color: '#7A595B'

red 122 ◦ green 89 ◦ blue 91

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

Shades of Falcon #7A595B

Tints of Falcon #7A595B

RGB

 RED value IS 122 (48.05% from 255) = 40.4%

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

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

R = 40.4%
G = 29.47%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.52

RGB Variations

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

Color information

#7A595B (or 0x7A595B) is known color: Falcon. HEX triplet: 7A, 59 and 5B. RGB value is (122,89,91). Sum of RGB (Red+Green+Blue) = 122+89+91=302 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.40% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 122 - color contains mainly: red. Hex color #7A595B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A595B is #85A6A4. Grayscale: #636363. Windows color (decimal): -8758949 or 5986682. OLE color: 5986682.

HSL color Cylindrical-coordinate representation of color #7A595B: hue angle of 356.36º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7A595B is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 89 91 -
CMYK 0 0.27 0.25 0.52
HSL 356.36º 0.16% 0.41% -
HSV(B) 356.36º 0.27% 0.48% -
XYZ 13.49 12.04 11.51 -
YUV 99.1 123.43 144.34 -
System Red Green Blue C M Y K H S L
Decimal 122 89 91 0 0.27 0.25 0.52 356.36 0.16 0.41
Hex 7A 59 5B 0 1B 19 34 164 10 29
Octal 172 131 133 0 33 31 64 544 20 51
Binary 1111010 1011001 1011011 0 11011 11001 110100 101100100 10000 101001

Color Harmonies of #7A595B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A595B

Black with #7A595B

Text Example


Text Example

White with #7A595B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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