#7D645A

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

Shades of Russett #7D645A

Tints of Russett #7D645A

Color information

#7D645A (or 0x7D645A) is unknown color: approx Russett. HEX triplet: 7D, 64 and 5A. RGB value is (125,100,90). Sum of RGB (Red+Green+Blue) = 125+100+90=315 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.68% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 125 - color contains mainly: red. Hex color #7D645A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D645A is #829BA5. Grayscale: #6A6A6A. Windows color (decimal): -8559526 or 5923965. OLE color: 5923965.

HSL color Cylindrical-coordinate representation of color #7D645A: hue angle of 17.14º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7D645A is Cyan = 0, Magento = 0.2, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB12510090-
CMYK00.20.280.51
HSL17.14º16.28%42.16%-
HSV(B)17.14º28%49.02%-
XYZ14.8614.2111.63-
YUV106.34118.78141.31-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.68%
GREEN value IS 100 (39.45% from 255) = 31.75%
BLUE value IS 90 (35.55% from 255) = 28.57%
R=39.68%
G=31.75%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.28
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251009000.20.280.5117.1416.2842.16
Hex7D645A0141C3311102a
Octal1751441320243463212052
Binary111110111001001011010010100111001100111000110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D645A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,100,90); }

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

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

 a { background-color: rgb(125,100,90); }

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

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

 span { border-color: rgb(125,100,90); }

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