#77693A

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

Shades of Yellow Metal #77693A

Tints of Yellow Metal #77693A

Color information

#77693A (or 0x77693A) is unknown color: approx Yellow Metal. HEX triplet: 77, 69 and 3A. RGB value is (119,105,58). Sum of RGB (Red+Green+Blue) = 119+105+58=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #77693A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77693A is #8896C5. Grayscale: #686868. Windows color (decimal): -8951494 or 3828087. OLE color: 3828087.

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

Color convert

RGB11910558-
CMYK00.120.510.53
HSL46.23º34.46%34.71%-
HSV(B)46.23º51.26%46.67%-
XYZ13.4214.336.06-
YUV103.83102.14138.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.20%
GREEN value IS 105 (41.41% from 255) = 37.23%
BLUE value IS 58 (23.05% from 255) = 20.57%
R=42.20%
G=37.23%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191055800.120.510.5346.2334.4634.71
Hex77693A0C33352e2223
Octal167151720146365564243
Binary1110111110100111101001100110011110101101110100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77693A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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