Html Css Color HEX #7D5E57 Russett

📋 copy color: '#7D5E57'

red 125 ◦ green 94 ◦ blue 87

#7D5E57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Russett #7D5E57

Tints of Russett #7D5E57

RGB

 RED value IS 125 (49.22% from 255) = 40.85%

 GREEN value IS 94 (37.11% from 255) = 30.72%

 BLUE value IS 87 (34.38% from 255) = 28.43%

R = 40.85%
G = 30.72%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#7D5E57 (or 0x7D5E57) is known color: Russett. HEX triplet: 7D, 5E and 57. RGB value is (125,94,87). Sum of RGB (Red+Green+Blue) = 125+94+87=306 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.85% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 87 (34.38% from 255 or 28.43% from 306); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5E57 is #82A1A8. Grayscale: #666666. Windows color (decimal): -8561065 or 5725821. OLE color: 5725821.

HSL color Cylindrical-coordinate representation of color #7D5E57: hue angle of 11.05º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D5E57 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 94 87 -
CMYK 0 0.25 0.30 0.51
HSL 11.05º 0.18% 0.42% -
HSV(B) 11.05º 0.3% 0.49% -
XYZ 14.18 13.05 10.79 -
YUV 102.47 119.27 144.07 -
System Red Green Blue C M Y K H S L
Decimal 125 94 87 0 0.25 0.30 0.51 11.05 0.18 0.42
Hex 7D 5E 57 0 19 1E 33 B 12 2A
Octal 175 136 127 0 31 36 63 13 22 52
Binary 1111101 1011110 1010111 0 11001 11110 110011 1011 10010 101010

Color Harmonies of #7D5E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5E57

Black with #7D5E57

Text Example


Text Example

White with #7D5E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,94,87); }

 H1.HeaderClassName
 {
   color: #7D5E57;
 }
 .AnyTagClassName
 {
   color: #7D5E57;
 }
</style>

background-color css

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

 a { background-color: rgb(125,94,87); }

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

border-color css

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

 span { border-color: rgb(125,94,87); }

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