#7B673A

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

Shades of Yellow Metal #7B673A

Tints of Yellow Metal #7B673A

Color information

#7B673A (or 0x7B673A) is unknown color: approx Yellow Metal. HEX triplet: 7B, 67 and 3A. RGB value is (123,103,58). Sum of RGB (Red+Green+Blue) = 123+103+58=284 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.31% from 284); Green value is 103 (40.62% from 255 or 36.27% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 123 - color contains mainly: red. Hex color #7B673A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B673A is #8498C5. Grayscale: #686868. Windows color (decimal): -8689862 or 3827579. OLE color: 3827579.

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

Color convert

RGB12310358-
CMYK00.160.530.52
HSL41.54º35.91%35.49%-
HSV(B)41.54º52.85%48.24%-
XYZ13.7814.226.02-
YUV103.85102.13141.66-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 43.31%
GREEN value IS 103 (40.62% from 255) = 36.27%
BLUE value IS 58 (23.05% from 255) = 20.42%
R=43.31%
G=36.27%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231035800.160.530.5241.5435.9135.49
Hex7B673A01035342a2423
Octal173147720206564524443
Binary11110111100111111010010000110101110100101010100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B673A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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