Html Css Color HEX #7D5F59 Russett

📋 copy color: '#7D5F59'

red 125 ◦ green 95 ◦ blue 89

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

Shades of Russett #7D5F59

Tints of Russett #7D5F59

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.74%

 BLUE value IS 89 (35.16% from 255) = 28.8%

R = 40.45%
G = 30.74%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.29

 K value IS 0.51

RGB Variations

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

Color information

#7D5F59 (or 0x7D5F59) is known color: Russett. HEX triplet: 7D, 5F and 59. RGB value is (125,95,89). Sum of RGB (Red+Green+Blue) = 125+95+89=309 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.45% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 89 (35.16% from 255 or 28.80% from 309); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5F59 is #82A0A6. Grayscale: #676767. Windows color (decimal): -8560807 or 5857149. OLE color: 5857149.

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

Color convert

RGB 125 95 89 -
CMYK 0 0.24 0.29 0.51
HSL 10º 0.17% 0.42% -
HSV(B) 10º 0.29% 0.49% -
XYZ 14.35 13.27 11.26 -
YUV 103.29 119.94 143.49 -
System Red Green Blue C M Y K H S L
Decimal 125 95 89 0 0.24 0.29 0.51 10 0.17 0.42
Hex 7D 5F 59 0 18 1D 33 A 11 2A
Octal 175 137 131 0 30 35 63 12 21 52
Binary 1111101 1011111 1011001 0 11000 11101 110011 1010 10001 101010

Color Harmonies of #7D5F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5F59

Black with #7D5F59

Text Example


Text Example

White with #7D5F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,95,89); }

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

background-color css

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

 a { background-color: rgb(125,95,89); }

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

border-color css

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

 span { border-color: rgb(125,95,89); }

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