Html Css Color HEX #7D5D54 Russett

📋 copy color: '#7D5D54'

red 125 ◦ green 93 ◦ blue 84

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

Shades of Russett #7D5D54

Tints of Russett #7D5D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 27.81%

R = 41.39%
G = 30.79%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.51

RGB Variations

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

Color information

#7D5D54 (or 0x7D5D54) is known color: Russett. HEX triplet: 7D, 5D and 54. RGB value is (125,93,84). Sum of RGB (Red+Green+Blue) = 125+93+84=302 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.39% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 84 (33.20% from 255 or 27.81% from 302); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D5D54 is #82A2AB. Grayscale: #656565. Windows color (decimal): -8561324 or 5528957. OLE color: 5528957.

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

Color convert

RGB 125 93 84 -
CMYK 0 0.26 0.33 0.51
HSL 13.17º 0.2% 0.41% -
HSV(B) 13.17º 0.33% 0.49% -
XYZ 13.97 12.83 10.13 -
YUV 101.54 118.1 144.73 -
System Red Green Blue C M Y K H S L
Decimal 125 93 84 0 0.26 0.33 0.51 13.17 0.2 0.41
Hex 7D 5D 54 0 1A 21 33 D 14 29
Octal 175 135 124 0 32 41 63 15 24 51
Binary 1111101 1011101 1010100 0 11010 100001 110011 1101 10100 101001

Color Harmonies of #7D5D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5D54

Black with #7D5D54

Text Example


Text Example

White with #7D5D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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