Html Css Color HEX #7A555A Falcon

📋 copy color: '#7A555A'

red 122 ◦ green 85 ◦ blue 90

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

Shades of Falcon #7A555A

Tints of Falcon #7A555A

RGB

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

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

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

R = 41.08%
G = 28.62%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.52

RGB Variations

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

Color information

#7A555A (or 0x7A555A) is known color: Falcon. HEX triplet: 7A, 55 and 5A. RGB value is (122,85,90). Sum of RGB (Red+Green+Blue) = 122+85+90=297 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.08% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 122 - color contains mainly: red. Hex color #7A555A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A555A is #85AAA5. Grayscale: #606060. Windows color (decimal): -8759974 or 5920122. OLE color: 5920122.

HSL color Cylindrical-coordinate representation of color #7A555A: hue angle of 351.89º 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 #7A555A is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 85 90 -
CMYK 0 0.30 0.26 0.52
HSL 351.89º 0.18% 0.41% -
HSV(B) 351.89º 0.3% 0.48% -
XYZ 13.12 11.37 11.18 -
YUV 96.63 124.26 146.09 -
System Red Green Blue C M Y K H S L
Decimal 122 85 90 0 0.30 0.26 0.52 351.89 0.18 0.41
Hex 7A 55 5A 0 1E 1A 34 160 12 29
Octal 172 125 132 0 36 32 64 540 22 51
Binary 1111010 1010101 1011010 0 11110 11010 110100 101100000 10010 101001

Color Harmonies of #7A555A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A555A

Black with #7A555A

Text Example


Text Example

White with #7A555A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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