#7B6440

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

Shades of Yellow Metal #7B6440

Tints of Yellow Metal #7B6440

Color information

#7B6440 (or 0x7B6440) is unknown color: approx Yellow Metal. HEX triplet: 7B, 64 and 40. RGB value is (123,100,64). Sum of RGB (Red+Green+Blue) = 123+100+64=287 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.86% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6440 is #849BBF. Grayscale: #666666. Windows color (decimal): -8690624 or 4220027. OLE color: 4220027.

HSL color Cylindrical-coordinate representation of color #7B6440: hue angle of 36.61º 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 #7B6440 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.52.

Color convert

RGB12310064-
CMYK00.190.480.52
HSL36.61º31.55%36.67%-
HSV(B)36.61º47.97%48.24%-
XYZ13.6513.76.77-
YUV102.77106.12142.43-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.86%
GREEN value IS 100 (39.45% from 255) = 34.84%
BLUE value IS 64 (25.39% from 255) = 22.30%
R=42.86%
G=34.84%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231006400.190.480.5236.6131.5536.67
Hex7B64400133034252025
Octal1731441000236064454045
Binary111101111001001000000010011110000110100100101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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