Html Css Color HEX #7D6B61 Russett

📋 copy color: '#7D6B61'

red 125 ◦ green 107 ◦ blue 97

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

Shades of Russett #7D6B61

Tints of Russett #7D6B61

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.52%

 BLUE value IS 97 (38.28% from 255) = 29.48%

R = 37.99%
G = 32.52%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.51

RGB Variations

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

Color information

#7D6B61 (or 0x7D6B61) is known color: Russett. HEX triplet: 7D, 6B and 61. RGB value is (125,107,97). Sum of RGB (Red+Green+Blue) = 125+107+97=329 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.99% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6B61 is #82949E. Grayscale: #6F6F6F. Windows color (decimal): -8557727 or 6384509. OLE color: 6384509.

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

Color convert

RGB 125 107 97 -
CMYK 0 0.14 0.22 0.51
HSL 21.43º 0.13% 0.44% -
HSV(B) 21.43º 0.22% 0.49% -
XYZ 15.87 15.74 13.51 -
YUV 111.24 119.96 137.81 -
System Red Green Blue C M Y K H S L
Decimal 125 107 97 0 0.14 0.22 0.51 21.43 0.13 0.44
Hex 7D 6B 61 0 E 16 33 15 D 2C
Octal 175 153 141 0 16 26 63 25 15 54
Binary 1111101 1101011 1100001 0 1110 10110 110011 10101 1101 101100

Color Harmonies of #7D6B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6B61

Black with #7D6B61

Text Example


Text Example

White with #7D6B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,107,97); }

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

background-color css

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

 a { background-color: rgb(125,107,97); }

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

border-color css

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

 span { border-color: rgb(125,107,97); }

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