#77603A

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

Shades of Yellow Metal #77603A

Tints of Yellow Metal #77603A

Color information

#77603A (or 0x77603A) is unknown color: approx Yellow Metal. HEX triplet: 77, 60 and 3A. RGB value is (119,96,58). Sum of RGB (Red+Green+Blue) = 119+96+58=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #77603A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77603A is #889FC5. Grayscale: #626262. Windows color (decimal): -8953798 or 3825783. OLE color: 3825783.

HSL color Cylindrical-coordinate representation of color #77603A: hue angle of 37.38º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77603A is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB1199658-
CMYK00.190.510.53
HSL37.38º34.46%34.71%-
HSV(B)37.38º51.26%46.67%-
XYZ12.5512.595.77-
YUV98.54105.12142.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.59%
GREEN value IS 96 (37.89% from 255) = 35.16%
BLUE value IS 58 (23.05% from 255) = 21.25%
R=43.59%
G=35.16%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119965800.190.510.5337.3834.4634.71
Hex77603A0133335252223
Octal167140720236365454243
Binary11101111100000111010010011110011110101100101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77603A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77603A; }

 p { color: rgb(119,96,58); }

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

<style>
 a { background-color: #77603A; }

 a { background-color: rgb(119,96,58); }

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

<style>
 span { border-color: #77603A; }

 span { border-color: rgb(119,96,58); }

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