Html Css Color HEX #7A5859 Falcon

📋 copy color: '#7A5859'

red 122 ◦ green 88 ◦ blue 89

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

Shades of Falcon #7A5859

Tints of Falcon #7A5859

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.43%

 BLUE value IS 89 (35.16% from 255) = 29.77%

R = 40.8%
G = 29.43%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.52

RGB Variations

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

Color information

#7A5859 (or 0x7A5859) is known color: Falcon. HEX triplet: 7A, 58 and 59. RGB value is (122,88,89). Sum of RGB (Red+Green+Blue) = 122+88+89=299 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.80% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 89 (35.16% from 255 or 29.77% from 299); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5859 is #85A7A6. Grayscale: #626262. Windows color (decimal): -8759207 or 5855354. OLE color: 5855354.

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

Color convert

RGB 122 88 89 -
CMYK 0 0.28 0.27 0.52
HSL 358.24º 0.16% 0.41% -
HSV(B) 358.24º 0.28% 0.48% -
XYZ 13.32 11.84 11.03 -
YUV 98.28 122.76 144.92 -
System Red Green Blue C M Y K H S L
Decimal 122 88 89 0 0.28 0.27 0.52 358.24 0.16 0.41
Hex 7A 58 59 0 1C 1B 34 166 10 29
Octal 172 130 131 0 34 33 64 546 20 51
Binary 1111010 1011000 1011001 0 11100 11011 110100 101100110 10000 101001

Color Harmonies of #7A5859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5859

Black with #7A5859

Text Example


Text Example

White with #7A5859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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