Html Css Color HEX #7D5D51 Russett

📋 copy color: '#7D5D51'

red 125 ◦ green 93 ◦ blue 81

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

Shades of Russett #7D5D51

Tints of Russett #7D5D51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 27.09%

R = 41.81%
G = 31.1%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.51

RGB Variations

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

Color information

#7D5D51 (or 0x7D5D51) is known color: Russett. HEX triplet: 7D, 5D and 51. RGB value is (125,93,81). Sum of RGB (Red+Green+Blue) = 125+93+81=299 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.81% from 299); Green value is 93 (36.72% from 255 or 31.10% from 299); Blue value is 81 (32.03% from 255 or 27.09% from 299); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5D51 is #82A2AE. Grayscale: #656565. Windows color (decimal): -8561327 or 5332349. OLE color: 5332349.

HSL color Cylindrical-coordinate representation of color #7D5D51: hue angle of 16.36º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7D5D51 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 93 81 -
CMYK 0 0.26 0.35 0.51
HSL 16.36º 0.21% 0.4% -
HSV(B) 16.36º 0.35% 0.49% -
XYZ 13.86 12.78 9.52 -
YUV 101.2 116.6 144.98 -
System Red Green Blue C M Y K H S L
Decimal 125 93 81 0 0.26 0.35 0.51 16.36 0.21 0.4
Hex 7D 5D 51 0 1A 23 33 10 15 28
Octal 175 135 121 0 32 43 63 20 25 50
Binary 1111101 1011101 1010001 0 11010 100011 110011 10000 10101 101000

Color Harmonies of #7D5D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5D51

Black with #7D5D51

Text Example


Text Example

White with #7D5D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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