#77653D

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

Shades of Yellow Metal #77653D

Tints of Yellow Metal #77653D

Color information

#77653D (or 0x77653D) is unknown color: approx Yellow Metal. HEX triplet: 77, 65 and 3D. RGB value is (119,101,61). Sum of RGB (Red+Green+Blue) = 119+101+61=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #77653D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77653D is #889AC2. Grayscale: #656565. Windows color (decimal): -8952515 or 4023671. OLE color: 4023671.

HSL color Cylindrical-coordinate representation of color #77653D: hue angle of 41.38º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77653D is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB11910161-
CMYK00.150.490.53
HSL41.38º32.22%35.29%-
HSV(B)41.38º48.74%46.67%-
XYZ13.113.576.34-
YUV101.82104.96140.25-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.35%
GREEN value IS 101 (39.84% from 255) = 35.94%
BLUE value IS 61 (24.22% from 255) = 21.71%
R=42.35%
G=35.94%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191016100.150.490.5341.3832.2235.29
Hex77653D0F3135292023
Octal167145750176165514043
Binary1110111110010111110101111110001110101101001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77653D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77653D; }

 p { color: rgb(119,101,61); }

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

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

 a { background-color: rgb(119,101,61); }

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

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

 span { border-color: rgb(119,101,61); }

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