#77693B

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

Shades of Yellow Metal #77693B

Tints of Yellow Metal #77693B

Color information

#77693B (or 0x77693B) is unknown color: approx Yellow Metal. HEX triplet: 77, 69 and 3B. RGB value is (119,105,59). Sum of RGB (Red+Green+Blue) = 119+105+59=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 119 - color contains mainly: red. Hex color #77693B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77693B is #8896C4. Grayscale: #686868. Windows color (decimal): -8951493 or 3893623. OLE color: 3893623.

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

Color convert

RGB11910559-
CMYK00.120.500.53
HSL46º33.71%34.9%-
HSV(B)46º50.42%46.67%-
XYZ13.4514.346.2-
YUV103.94102.64138.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.05%
GREEN value IS 105 (41.41% from 255) = 37.10%
BLUE value IS 59 (23.44% from 255) = 20.85%
R=42.05%
G=37.10%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191055900.120.500.534633.7134.9
Hex77693B0C32352e2223
Octal167151730146265564243
Binary1110111110100111101101100110010110101101110100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77693B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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