Html Css Color HEX #7D5E50 Russett

📋 copy color: '#7D5E50'

red 125 ◦ green 94 ◦ blue 80

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

Shades of Russett #7D5E50

Tints of Russett #7D5E50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.76%

R = 41.81%
G = 31.44%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.51

RGB Variations

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

Color information

#7D5E50 (or 0x7D5E50) is known color: Russett. HEX triplet: 7D, 5E and 50. RGB value is (125,94,80). Sum of RGB (Red+Green+Blue) = 125+94+80=299 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.81% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 80 (31.64% from 255 or 26.76% from 299); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5E50 is #82A1AF. Grayscale: #656565. Windows color (decimal): -8561072 or 5267069. OLE color: 5267069.

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

Color convert

RGB 125 94 80 -
CMYK 0 0.25 0.36 0.51
HSL 18.67º 0.22% 0.4% -
HSV(B) 18.67º 0.36% 0.49% -
XYZ 13.91 12.94 9.35 -
YUV 101.67 115.77 144.64 -
System Red Green Blue C M Y K H S L
Decimal 125 94 80 0 0.25 0.36 0.51 18.67 0.22 0.4
Hex 7D 5E 50 0 19 24 33 13 16 28
Octal 175 136 120 0 31 44 63 23 26 50
Binary 1111101 1011110 1010000 0 11001 100100 110011 10011 10110 101000

Color Harmonies of #7D5E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5E50

Black with #7D5E50

Text Example


Text Example

White with #7D5E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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