#746D6B

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

Shades of Russett #746D6B

Tints of Russett #746D6B

Color information

#746D6B (or 0x746D6B) is unknown color: approx Russett. HEX triplet: 74, 6D and 6B. RGB value is (116,109,107). Sum of RGB (Red+Green+Blue) = 116+109+107=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 116 - color contains mainly: red. Hex color #746D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746D6B is #8B9294. Grayscale: #6E6E6E. Windows color (decimal): -9147029 or 7040372. OLE color: 7040372.

HSL color Cylindrical-coordinate representation of color #746D6B: hue angle of 13.33º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #746D6B is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB116109107-
CMYK00.060.080.55
HSL13.33º4.04%43.73%-
HSV(B)13.33º7.76%45.49%-
XYZ15.3215.7116.13-
YUV110.86125.82131.66-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.94%
GREEN value IS 109 (42.97% from 255) = 32.83%
BLUE value IS 107 (42.19% from 255) = 32.23%
R=34.94%
G=32.83%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11610910700.060.080.5513.334.0443.73
Hex746D6B06837d42c
Octal16415515306106715454
Binary111010011011011101011011010001101111101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746D6B; }

 p { color: rgb(116,109,107); }

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

<style>
 a { background-color: #746D6B; }

 a { background-color: rgb(116,109,107); }

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

<style>
 span { border-color: #746D6B; }

 span { border-color: rgb(116,109,107); }

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