#776338

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

Shades of Yellow Metal #776338

Tints of Yellow Metal #776338

Color information

#776338 (or 0x776338) is unknown color: approx Yellow Metal. HEX triplet: 77, 63 and 38. RGB value is (119,99,56). Sum of RGB (Red+Green+Blue) = 119+99+56=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 56 (22.27% from 255 or 20.44% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #776338 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776338 is #889CC7. Grayscale: #646464. Windows color (decimal): -8953032 or 3695479. OLE color: 3695479.

HSL color Cylindrical-coordinate representation of color #776338: hue angle of 40.95º 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 #776338 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.53.

Color convert

RGB1199956-
CMYK00.170.530.53
HSL40.95º36%34.31%-
HSV(B)40.95º52.94%46.67%-
XYZ12.7813.135.6-
YUV100.08103.13141.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.43%
GREEN value IS 99 (39.06% from 255) = 36.13%
BLUE value IS 56 (22.27% from 255) = 20.44%
R=43.43%
G=36.13%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119995600.170.530.5340.953634.31
Hex7763380113535292422
Octal167143700216565514442
Binary11101111100011111000010001110101110101101001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776338; }

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

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

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

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

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

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

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

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