#776438

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

Shades of Yellow Metal #776438

Tints of Yellow Metal #776438

Color information

#776438 (or 0x776438) is unknown color: approx Yellow Metal. HEX triplet: 77, 64 and 38. RGB value is (119,100,56). Sum of RGB (Red+Green+Blue) = 119+100+56=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #776438 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776438 is #889BC7. Grayscale: #646464. Windows color (decimal): -8952776 or 3695735. OLE color: 3695735.

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

Color convert

RGB11910056-
CMYK00.160.530.53
HSL41.9º36%34.31%-
HSV(B)41.9º52.94%46.67%-
XYZ12.8813.325.63-
YUV100.66102.79141.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.27%
GREEN value IS 100 (39.45% from 255) = 36.36%
BLUE value IS 56 (22.27% from 255) = 20.36%
R=43.27%
G=36.36%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191005600.160.530.5341.93634.31
Hex77643801035352a2422
Octal167144700206565524442
Binary11101111100100111000010000110101110101101010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776438; }

 p { color: rgb(119,100,56); }

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

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

 a { background-color: rgb(119,100,56); }

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

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

 span { border-color: rgb(119,100,56); }

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