#7B6740

Color #7B6740 Yellow Metal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Metal #7B6740

Tints of Yellow Metal #7B6740

Color information

#7B6740 (or 0x7B6740) is unknown color: approx Yellow Metal. HEX triplet: 7B, 67 and 40. RGB value is (123,103,64). Sum of RGB (Red+Green+Blue) = 123+103+64=290 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.41% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6740 is #8498BF. Grayscale: #686868. Windows color (decimal): -8689856 or 4220795. OLE color: 4220795.

HSL color Cylindrical-coordinate representation of color #7B6740: hue angle of 39.66º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B6740 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.52.

Color convert

RGB12310364-
CMYK00.160.480.52
HSL39.66º31.55%36.67%-
HSV(B)39.66º47.97%48.24%-
XYZ13.9414.286.87-
YUV104.53105.13141.17-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.41%
GREEN value IS 103 (40.62% from 255) = 35.52%
BLUE value IS 64 (25.39% from 255) = 22.07%
R=42.41%
G=35.52%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231036400.160.480.5239.6631.5536.67
Hex7B67400103034282025
Octal1731471000206064504045
Binary111101111001111000000010000110000110100101000100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,103,64); }

 H1.HeaderClassName
 {
   color: #7B6740;
 }
 .AnyTagClassName
 {
   color: #7B6740;
 }
</style>
background-color css

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

 a { background-color: rgb(123,103,64); }

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

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

 span { border-color: rgb(123,103,64); }

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