Html Css Color HEX #7D6742 Yellow Metal

📋 copy color: '#7D6742'

red 125 ◦ green 103 ◦ blue 66

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

Shades of Yellow Metal #7D6742

Tints of Yellow Metal #7D6742

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.03%

 BLUE value IS 66 (26.17% from 255) = 22.45%

R = 42.52%
G = 35.03%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.51

RGB Variations

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

Color information

#7D6742 (or 0x7D6742) is known color: Yellow Metal. HEX triplet: 7D, 67 and 42. RGB value is (125,103,66). Sum of RGB (Red+Green+Blue) = 125+103+66=294 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.52% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6742 is #8298BD. Grayscale: #696969. Windows color (decimal): -8558782 or 4351869. OLE color: 4351869.

HSL color Cylindrical-coordinate representation of color #7D6742: hue angle of 37.63º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D6742 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 103 66 -
CMYK 0 0.18 0.47 0.51
HSL 37.63º 0.31% 0.37% -
HSV(B) 37.63º 0.47% 0.49% -
XYZ 14.29 14.45 7.19 -
YUV 105.36 105.79 142.01 -
System Red Green Blue C M Y K H S L
Decimal 125 103 66 0 0.18 0.47 0.51 37.63 0.31 0.37
Hex 7D 67 42 0 12 2F 33 26 1F 25
Octal 175 147 102 0 22 57 63 46 37 45
Binary 1111101 1100111 1000010 0 10010 101111 110011 100110 11111 100101

Color Harmonies of #7D6742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6742

Black with #7D6742

Text Example


Text Example

White with #7D6742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,103,66); }

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

background-color css

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

 a { background-color: rgb(125,103,66); }

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

border-color css

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

 span { border-color: rgb(125,103,66); }

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