Html Css Color HEX #7A5557 Falcon

📋 copy color: '#7A5557'

red 122 ◦ green 85 ◦ blue 87

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

Shades of Falcon #7A5557

Tints of Falcon #7A5557

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.91%

 BLUE value IS 87 (34.38% from 255) = 29.59%

R = 41.5%
G = 28.91%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.52

RGB Variations

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

Color information

#7A5557 (or 0x7A5557) is known color: Falcon. HEX triplet: 7A, 55 and 57. RGB value is (122,85,87). Sum of RGB (Red+Green+Blue) = 122+85+87=294 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.50% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 87 (34.38% from 255 or 29.59% from 294); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5557 is #85AAA8. Grayscale: #606060. Windows color (decimal): -8759977 or 5723514. OLE color: 5723514.

HSL color Cylindrical-coordinate representation of color #7A5557: hue angle of 356.76º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A5557 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 85 87 -
CMYK 0 0.30 0.29 0.52
HSL 356.76º 0.18% 0.41% -
HSV(B) 356.76º 0.3% 0.48% -
XYZ 12.99 11.32 10.52 -
YUV 96.29 122.76 146.34 -
System Red Green Blue C M Y K H S L
Decimal 122 85 87 0 0.30 0.29 0.52 356.76 0.18 0.41
Hex 7A 55 57 0 1E 1D 34 165 12 29
Octal 172 125 127 0 36 35 64 545 22 51
Binary 1111010 1010101 1010111 0 11110 11101 110100 101100101 10010 101001

Color Harmonies of #7A5557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5557

Black with #7A5557

Text Example


Text Example

White with #7A5557

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,85,87); }

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

background-color css

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

 a { background-color: rgb(122,85,87); }

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

border-color css

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

 span { border-color: rgb(122,85,87); }

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