Html Css Color HEX #7D6844 Yellow Metal

📋 copy color: '#7D6844'

red 125 ◦ green 104 ◦ blue 68

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

Shades of Yellow Metal #7D6844

Tints of Yellow Metal #7D6844

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.02%

 BLUE value IS 68 (26.95% from 255) = 22.9%

R = 42.09%
G = 35.02%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.51

RGB Variations

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

Color information

#7D6844 (or 0x7D6844) is known color: Yellow Metal. HEX triplet: 7D, 68 and 44. RGB value is (125,104,68). Sum of RGB (Red+Green+Blue) = 125+104+68=297 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.09% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6844 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6844 is #8297BB. Grayscale: #6A6A6A. Windows color (decimal): -8558524 or 4483197. OLE color: 4483197.

HSL color Cylindrical-coordinate representation of color #7D6844: hue angle of 37.89º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7D6844 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 104 68 -
CMYK 0 0.17 0.46 0.51
HSL 37.89º 0.3% 0.38% -
HSV(B) 37.89º 0.46% 0.49% -
XYZ 14.45 14.68 7.54 -
YUV 106.18 106.46 141.43 -
System Red Green Blue C M Y K H S L
Decimal 125 104 68 0 0.17 0.46 0.51 37.89 0.3 0.38
Hex 7D 68 44 0 11 2E 33 26 1E 26
Octal 175 150 104 0 21 56 63 46 36 46
Binary 1111101 1101000 1000100 0 10001 101110 110011 100110 11110 100110

Color Harmonies of #7D6844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6844

Black with #7D6844

Text Example


Text Example

White with #7D6844

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,104,68); }

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

background-color css

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

 a { background-color: rgb(125,104,68); }

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

border-color css

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

 span { border-color: rgb(125,104,68); }

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