#746864

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

Shades of Russett #746864

Tints of Russett #746864

Color information

#746864 (or 0x746864) is unknown color: approx Russett. HEX triplet: 74, 68 and 64. RGB value is (116,104,100). Sum of RGB (Red+Green+Blue) = 116+104+100=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 116 - color contains mainly: red. Hex color #746864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746864 is #8B979B. Grayscale: #6B6B6B. Windows color (decimal): -9148316 or 6580340. OLE color: 6580340.

HSL color Cylindrical-coordinate representation of color #746864: hue angle of 15º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #746864 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB116104100-
CMYK00.100.140.55
HSL15º7.41%42.35%-
HSV(B)15º13.79%45.49%-
XYZ14.4514.5314.1-
YUV107.13123.98134.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.25%
GREEN value IS 104 (41.02% from 255) = 32.5%
BLUE value IS 100 (39.45% from 255) = 31.25%
R=36.25%
G=32.5%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11610410000.100.140.55157.4142.35
Hex7468640AE37f72a
Octal164150144012166717752
Binary1110100110100011001000101011101101111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746864; }

 p { color: rgb(116,104,100); }

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

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

 a { background-color: rgb(116,104,100); }

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

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

 span { border-color: rgb(116,104,100); }

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