Html Css Color HEX #7A5B50 Russett

📋 copy color: '#7A5B50'

red 122 ◦ green 91 ◦ blue 80

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

Shades of Russett #7A5B50

Tints of Russett #7A5B50

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.06%

 BLUE value IS 80 (31.64% from 255) = 27.3%

R = 41.64%
G = 31.06%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.52

RGB Variations

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

Color information

#7A5B50 (or 0x7A5B50) is known color: Russett. HEX triplet: 7A, 5B and 50. RGB value is (122,91,80). Sum of RGB (Red+Green+Blue) = 122+91+80=293 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.64% from 293); Green value is 91 (35.94% from 255 or 31.06% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5B50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5B50 is #85A4AF. Grayscale: #636363. Windows color (decimal): -8758448 or 5266298. OLE color: 5266298.

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

Color convert

RGB 122 91 80 -
CMYK 0 0.25 0.34 0.52
HSL 15.71º 0.21% 0.4% -
HSV(B) 15.71º 0.34% 0.48% -
XYZ 13.22 12.2 9.25 -
YUV 99.02 117.27 144.39 -
System Red Green Blue C M Y K H S L
Decimal 122 91 80 0 0.25 0.34 0.52 15.71 0.21 0.4
Hex 7A 5B 50 0 19 22 34 10 15 28
Octal 172 133 120 0 31 42 64 20 25 50
Binary 1111010 1011011 1010000 0 11001 100010 110100 10000 10101 101000

Color Harmonies of #7A5B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A5B50

Black with #7A5B50

Text Example


Text Example

White with #7A5B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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