#716764

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

Shades of Russett #716764

Tints of Russett #716764

Color information

#716764 (or 0x716764) is unknown color: approx Russett. HEX triplet: 71, 67 and 64. RGB value is (113,103,100). Sum of RGB (Red+Green+Blue) = 113+103+100=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 113 - color contains mainly: red. Hex color #716764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716764 is #8E989B. Grayscale: #696969. Windows color (decimal): -9345180 or 6580081. OLE color: 6580081.

HSL color Cylindrical-coordinate representation of color #716764: hue angle of 13.85º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #716764 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB113103100-
CMYK00.090.120.56
HSL13.85º6.1%41.76%-
HSV(B)13.85º11.5%44.31%-
XYZ13.9614.1314.05-
YUV105.65124.81133.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.76%
GREEN value IS 103 (40.62% from 255) = 32.59%
BLUE value IS 100 (39.45% from 255) = 31.65%
R=35.76%
G=32.59%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310310000.090.120.5613.856.141.76
Hex71676409C38e62a
Octal161147144011147016652
Binary1110001110011111001000100111001110001110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716764; }

 p { color: rgb(113,103,100); }

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

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

 a { background-color: rgb(113,103,100); }

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

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

 span { border-color: rgb(113,103,100); }

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