Html Css Color HEX #7D5D58 Russett

📋 copy color: '#7D5D58'

red 125 ◦ green 93 ◦ blue 88

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

Shades of Russett #7D5D58

Tints of Russett #7D5D58

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.39%

 BLUE value IS 88 (34.77% from 255) = 28.76%

R = 40.85%
G = 30.39%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#7D5D58 (or 0x7D5D58) is known color: Russett. HEX triplet: 7D, 5D and 58. RGB value is (125,93,88). Sum of RGB (Red+Green+Blue) = 125+93+88=306 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.85% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 88 (34.77% from 255 or 28.76% from 306); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5D58 is #82A2A7. Grayscale: #666666. Windows color (decimal): -8561320 or 5791101. OLE color: 5791101.

HSL color Cylindrical-coordinate representation of color #7D5D58: hue angle of 8.11º degrees, saturation: 0.17, 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 #7D5D58 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 93 88 -
CMYK 0 0.26 0.30 0.51
HSL 8.11º 0.17% 0.42% -
HSV(B) 8.11º 0.3% 0.49% -
XYZ 14.13 12.89 10.98 -
YUV 102 120.1 144.41 -
System Red Green Blue C M Y K H S L
Decimal 125 93 88 0 0.26 0.30 0.51 8.11 0.17 0.42
Hex 7D 5D 58 0 1A 1E 33 8 11 2A
Octal 175 135 130 0 32 36 63 10 21 52
Binary 1111101 1011101 1011000 0 11010 11110 110011 1000 10001 101010

Color Harmonies of #7D5D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5D58

Black with #7D5D58

Text Example


Text Example

White with #7D5D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,93,88); }

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

background-color css

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

 a { background-color: rgb(125,93,88); }

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

border-color css

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

 span { border-color: rgb(125,93,88); }

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