Html Css Color HEX #7E6737 Yellow Metal

📋 copy color: '#7E6737'

red 126 ◦ green 103 ◦ blue 55

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

Shades of Yellow Metal #7E6737

Tints of Yellow Metal #7E6737

RGB

 RED value IS 126 (49.61% from 255) = 44.37%

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

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

R = 44.37%
G = 36.27%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#7E6737 (or 0x7E6737) is known color: Yellow Metal. HEX triplet: 7E, 67 and 37. RGB value is (126,103,55). Sum of RGB (Red+Green+Blue) = 126+103+55=284 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.37% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 55 (21.88% from 255 or 19.37% from 284); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6737 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6737 is #8198C8. Grayscale: #686868. Windows color (decimal): -8493257 or 3630974. OLE color: 3630974.

HSL color Cylindrical-coordinate representation of color #7E6737: hue angle of 40.56º 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 #7E6737 is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 103 55 -
CMYK 0 0.18 0.56 0.51
HSL 40.56º 0.39% 0.35% -
HSV(B) 40.56º 0.56% 0.49% -
XYZ 14.14 14.41 5.65 -
YUV 104.41 100.12 143.4 -
System Red Green Blue C M Y K H S L
Decimal 126 103 55 0 0.18 0.56 0.51 40.56 0.39 0.35
Hex 7E 67 37 0 12 38 33 29 27 23
Octal 176 147 67 0 22 70 63 51 47 43
Binary 1111110 1100111 110111 0 10010 111000 110011 101001 100111 100011

Color Harmonies of #7E6737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6737

Black with #7E6737

Text Example


Text Example

White with #7E6737

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,103,55); }

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

background-color css

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

 a { background-color: rgb(126,103,55); }

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

border-color css

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

 span { border-color: rgb(126,103,55); }

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