Html Css Color HEX #7D6845 Yellow Metal

📋 copy color: '#7D6845'

red 125 ◦ green 104 ◦ blue 69

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

Shades of Yellow Metal #7D6845

Tints of Yellow Metal #7D6845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.15%

R = 41.95%
G = 34.9%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.51

RGB Variations

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

Color information

#7D6845 (or 0x7D6845) is known color: Yellow Metal. HEX triplet: 7D, 68 and 45. RGB value is (125,104,69). Sum of RGB (Red+Green+Blue) = 125+104+69=298 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.95% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 69 (27.34% from 255 or 23.15% from 298); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6845 is #8297BA. Grayscale: #6A6A6A. Windows color (decimal): -8558523 or 4548733. OLE color: 4548733.

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

Color convert

RGB 125 104 69 -
CMYK 0 0.17 0.45 0.51
HSL 37.5º 0.29% 0.38% -
HSV(B) 37.5º 0.45% 0.49% -
XYZ 14.48 14.69 7.7 -
YUV 106.29 106.96 141.35 -
System Red Green Blue C M Y K H S L
Decimal 125 104 69 0 0.17 0.45 0.51 37.5 0.29 0.38
Hex 7D 68 45 0 11 2D 33 26 1D 26
Octal 175 150 105 0 21 55 63 46 35 46
Binary 1111101 1101000 1000101 0 10001 101101 110011 100110 11101 100110

Color Harmonies of #7D6845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6845

Black with #7D6845

Text Example


Text Example

White with #7D6845

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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