#77693E

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

Shades of Yellow Metal #77693E

Tints of Yellow Metal #77693E

Color information

#77693E (or 0x77693E) is unknown color: approx Yellow Metal. HEX triplet: 77, 69 and 3E. RGB value is (119,105,62). Sum of RGB (Red+Green+Blue) = 119+105+62=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 105 (41.41% from 255 or 36.71% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 119 - color contains mainly: red. Hex color #77693E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77693E is #8896C1. Grayscale: #686868. Windows color (decimal): -8951490 or 4090231. OLE color: 4090231.

HSL color Cylindrical-coordinate representation of color #77693E: hue angle of 45.26º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77693E is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB11910562-
CMYK00.120.480.53
HSL45.26º31.49%35.49%-
HSV(B)45.26º47.9%46.67%-
XYZ13.5314.376.62-
YUV104.28104.14138.5-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.61%
GREEN value IS 105 (41.41% from 255) = 36.71%
BLUE value IS 62 (24.61% from 255) = 21.68%
R=41.61%
G=36.71%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191056200.120.480.5345.2631.4935.49
Hex77693E0C30352d1f23
Octal167151760146065553743
Binary111011111010011111100110011000011010110110111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77693E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77693E; }

 p { color: rgb(119,105,62); }

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

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

 a { background-color: rgb(119,105,62); }

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

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

 span { border-color: rgb(119,105,62); }

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