#7A6B62

Color #7A6B62 Russett (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Russett #7A6B62

Tints of Russett #7A6B62

Color information

#7A6B62 (or 0x7A6B62) is unknown color: approx Russett. HEX triplet: 7A, 6B and 62. RGB value is (122,107,98). Sum of RGB (Red+Green+Blue) = 122+107+98=327 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.31% from 327); Green value is 107 (42.19% from 255 or 32.72% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6B62 is #85949D. Grayscale: #6E6E6E. Windows color (decimal): -8754334 or 6450042. OLE color: 6450042.

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

Color convert

RGB12210798-
CMYK00.120.200.52
HSL22.5º10.91%43.14%-
HSV(B)22.5º19.67%47.84%-
XYZ15.4915.5313.74-
YUV110.46120.97136.23-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.31%
GREEN value IS 107 (42.19% from 255) = 32.72%
BLUE value IS 98 (38.67% from 255) = 29.97%
R=37.31%
G=32.72%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221079800.120.200.5222.510.9143.14
Hex7A6B620C143417b2b
Octal1721531420142464271353
Binary1111010110101111000100110010100110100101111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,107,98); }

 H1.HeaderClassName
 {
   color: #7A6B62;
 }
 .AnyTagClassName
 {
   color: #7A6B62;
 }
</style>
background-color css

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

 a { background-color: rgb(122,107,98); }

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

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

 span { border-color: rgb(122,107,98); }

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