Html Css Color HEX #7A615B Russett

📋 copy color: '#7A615B'

red 122 ◦ green 97 ◦ blue 91

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

Shades of Russett #7A615B

Tints of Russett #7A615B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.29%

 BLUE value IS 91 (35.94% from 255) = 29.35%

R = 39.35%
G = 31.29%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.25

 K value IS 0.52

RGB Variations

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

Color information

#7A615B (or 0x7A615B) is known color: Russett. HEX triplet: 7A, 61 and 5B. RGB value is (122,97,91). Sum of RGB (Red+Green+Blue) = 122+97+91=310 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.35% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 122 - color contains mainly: red. Hex color #7A615B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A615B is #859EA4. Grayscale: #676767. Windows color (decimal): -8756901 or 5988730. OLE color: 5988730.

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

Color convert

RGB 122 97 91 -
CMYK 0 0.20 0.25 0.52
HSL 11.61º 0.15% 0.42% -
HSV(B) 11.61º 0.25% 0.48% -
XYZ 14.19 13.44 11.74 -
YUV 103.79 120.78 140.99 -
System Red Green Blue C M Y K H S L
Decimal 122 97 91 0 0.20 0.25 0.52 11.61 0.15 0.42
Hex 7A 61 5B 0 14 19 34 C F 2A
Octal 172 141 133 0 24 31 64 14 17 52
Binary 1111010 1100001 1011011 0 10100 11001 110100 1100 1111 101010

Color Harmonies of #7A615B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A615B

Black with #7A615B

Text Example


Text Example

White with #7A615B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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