#7C675D

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

Shades of Russett #7C675D

Tints of Russett #7C675D

Color information

#7C675D (or 0x7C675D) is unknown color: approx Russett. HEX triplet: 7C, 67 and 5D. RGB value is (124,103,93). Sum of RGB (Red+Green+Blue) = 124+103+93=320 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.75% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 124 - color contains mainly: red. Hex color #7C675D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C675D is #8398A2. Grayscale: #6C6C6C. Windows color (decimal): -8624291 or 6121340. OLE color: 6121340.

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

Color convert

RGB12410393-
CMYK00.170.250.51
HSL19.35º14.29%42.55%-
HSV(B)19.35º25%48.63%-
XYZ15.1414.7812.41-
YUV108.14119.46139.31-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.75%
GREEN value IS 103 (40.62% from 255) = 32.19%
BLUE value IS 93 (36.72% from 255) = 29.06%
R=38.75%
G=32.19%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241039300.170.250.5119.3514.2942.55
Hex7C675D011193313e2b
Octal1741471350213163231653
Binary11111001100111101110101000111001110011100111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C675D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,103,93); }

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

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

 a { background-color: rgb(124,103,93); }

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

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

 span { border-color: rgb(124,103,93); }

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