Html Css Color HEX #7D6837 Yellow Metal

📋 copy color: '#7D6837'

red 125 ◦ green 104 ◦ blue 55

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

Shades of Yellow Metal #7D6837

Tints of Yellow Metal #7D6837

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.37%

R = 44.01%
G = 36.62%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#7D6837 (or 0x7D6837) is known color: Yellow Metal. HEX triplet: 7D, 68 and 37. RGB value is (125,104,55). Sum of RGB (Red+Green+Blue) = 125+104+55=284 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.01% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 55 (21.88% from 255 or 19.37% from 284); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6837 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6837 is #8297C8. Grayscale: #686868. Windows color (decimal): -8558537 or 3631229. OLE color: 3631229.

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

Color convert

RGB 125 104 55 -
CMYK 0 0.17 0.56 0.51
HSL 42º 0.39% 0.35% -
HSV(B) 42º 0.56% 0.49% -
XYZ 14.1 14.54 5.68 -
YUV 104.69 99.96 142.48 -
System Red Green Blue C M Y K H S L
Decimal 125 104 55 0 0.17 0.56 0.51 42 0.39 0.35
Hex 7D 68 37 0 11 38 33 2A 27 23
Octal 175 150 67 0 21 70 63 52 47 43
Binary 1111101 1101000 110111 0 10001 111000 110011 101010 100111 100011

Color Harmonies of #7D6837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6837

Black with #7D6837

Text Example


Text Example

White with #7D6837

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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