Html Css Color HEX #7A6961 Russett

📋 copy color: '#7A6961'

red 122 ◦ green 105 ◦ blue 97

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

Shades of Russett #7A6961

Tints of Russett #7A6961

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.41%

 BLUE value IS 97 (38.28% from 255) = 29.94%

R = 37.65%
G = 32.41%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.20

 K value IS 0.52

RGB Variations

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

Color information

#7A6961 (or 0x7A6961) is known color: Russett. HEX triplet: 7A, 69 and 61. RGB value is (122,105,97). Sum of RGB (Red+Green+Blue) = 122+105+97=324 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.65% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 97 (38.28% from 255 or 29.94% from 324); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6961 is #85969E. Grayscale: #6D6D6D. Windows color (decimal): -8754847 or 6383994. OLE color: 6383994.

HSL color Cylindrical-coordinate representation of color #7A6961: hue angle of 19.2º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7A6961 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 105 97 -
CMYK 0 0.14 0.20 0.52
HSL 19.2º 0.11% 0.43% -
HSV(B) 19.2º 0.2% 0.48% -
XYZ 15.24 15.1 13.42 -
YUV 109.17 121.13 137.15 -
System Red Green Blue C M Y K H S L
Decimal 122 105 97 0 0.14 0.20 0.52 19.2 0.11 0.43
Hex 7A 69 61 0 E 14 34 13 B 2B
Octal 172 151 141 0 16 24 64 23 13 53
Binary 1111010 1101001 1100001 0 1110 10100 110100 10011 1011 101011

Color Harmonies of #7A6961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6961

Black with #7A6961

Text Example


Text Example

White with #7A6961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,105,97); }

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

background-color css

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

 a { background-color: rgb(122,105,97); }

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

border-color css

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

 span { border-color: rgb(122,105,97); }

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