Html Css Color HEX #7A6860 Russett

📋 copy color: '#7A6860'

red 122 ◦ green 104 ◦ blue 96

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

Shades of Russett #7A6860

Tints of Russett #7A6860

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.3%

 BLUE value IS 96 (37.89% from 255) = 29.81%

R = 37.89%
G = 32.3%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.52

RGB Variations

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

Color information

#7A6860 (or 0x7A6860) is known color: Russett. HEX triplet: 7A, 68 and 60. RGB value is (122,104,96). Sum of RGB (Red+Green+Blue) = 122+104+96=322 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.89% from 322); Green value is 104 (41.02% from 255 or 32.30% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6860 is #85979F. Grayscale: #6C6C6C. Windows color (decimal): -8755104 or 6318202. OLE color: 6318202.

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

Color convert

RGB 122 104 96 -
CMYK 0 0.15 0.21 0.52
HSL 18.46º 0.12% 0.43% -
HSV(B) 18.46º 0.21% 0.48% -
XYZ 15.09 14.88 13.14 -
YUV 108.47 120.96 137.65 -
System Red Green Blue C M Y K H S L
Decimal 122 104 96 0 0.15 0.21 0.52 18.46 0.12 0.43
Hex 7A 68 60 0 F 15 34 12 C 2B
Octal 172 150 140 0 17 25 64 22 14 53
Binary 1111010 1101000 1100000 0 1111 10101 110100 10010 1100 101011

Color Harmonies of #7A6860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6860

Black with #7A6860

Text Example


Text Example

White with #7A6860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,104,96); }

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

background-color css

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

 a { background-color: rgb(122,104,96); }

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

border-color css

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

 span { border-color: rgb(122,104,96); }

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