#7C6B62

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

Shades of Russett #7C6B62

Tints of Russett #7C6B62

Color information

#7C6B62 (or 0x7C6B62) is unknown color: approx Russett. HEX triplet: 7C, 6B and 62. RGB value is (124,107,98). Sum of RGB (Red+Green+Blue) = 124+107+98=329 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.69% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6B62 is #83949D. Grayscale: #6F6F6F. Windows color (decimal): -8623262 or 6450044. OLE color: 6450044.

HSL color Cylindrical-coordinate representation of color #7C6B62: hue angle of 20.77º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C6B62 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB12410798-
CMYK00.140.210.51
HSL20.77º11.71%43.53%-
HSV(B)20.77º20.97%48.63%-
XYZ15.7715.6813.75-
YUV111.06120.63137.23-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.69%
GREEN value IS 107 (42.19% from 255) = 32.52%
BLUE value IS 98 (38.67% from 255) = 29.79%
R=37.69%
G=32.52%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241079800.140.210.5120.7711.7143.53
Hex7C6B620E153315c2c
Octal1741531420162563251454
Binary1111100110101111000100111010101110011101011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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