Html Css Color HEX #7D695E Russett

📋 copy color: '#7D695E'

red 125 ◦ green 105 ◦ blue 94

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

Shades of Russett #7D695E

Tints of Russett #7D695E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.41%

 BLUE value IS 94 (37.11% from 255) = 29.01%

R = 38.58%
G = 32.41%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#7D695E (or 0x7D695E) is known color: Russett. HEX triplet: 7D, 69 and 5E. RGB value is (125,105,94). Sum of RGB (Red+Green+Blue) = 125+105+94=324 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.58% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 125 - color contains mainly: red. Hex color #7D695E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D695E is #8296A1. Grayscale: #6D6D6D. Windows color (decimal): -8558242 or 6187389. OLE color: 6187389.

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

Color convert

RGB 125 105 94 -
CMYK 0 0.16 0.25 0.51
HSL 21.29º 0.14% 0.43% -
HSV(B) 21.29º 0.25% 0.49% -
XYZ 15.53 15.27 12.72 -
YUV 109.73 119.13 138.89 -
System Red Green Blue C M Y K H S L
Decimal 125 105 94 0 0.16 0.25 0.51 21.29 0.14 0.43
Hex 7D 69 5E 0 10 19 33 15 E 2B
Octal 175 151 136 0 20 31 63 25 16 53
Binary 1111101 1101001 1011110 0 10000 11001 110011 10101 1110 101011

Color Harmonies of #7D695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D695E

Black with #7D695E

Text Example


Text Example

White with #7D695E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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