#766745

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

Shades of Yellow Metal #766745

Tints of Yellow Metal #766745

Color information

#766745 (or 0x766745) is unknown color: approx Yellow Metal. HEX triplet: 76, 67 and 45. RGB value is (118,103,69). Sum of RGB (Red+Green+Blue) = 118+103+69=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 118 - color contains mainly: red. Hex color #766745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766745 is #8998BA. Grayscale: #676767. Windows color (decimal): -9017531 or 4548470. OLE color: 4548470.

HSL color Cylindrical-coordinate representation of color #766745: hue angle of 41.63º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #766745 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB11810369-
CMYK00.130.420.54
HSL41.63º26.2%36.67%-
HSV(B)41.63º41.53%46.27%-
XYZ13.413.987.62-
YUV103.61108.47138.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.69%
GREEN value IS 103 (40.62% from 255) = 35.52%
BLUE value IS 69 (27.34% from 255) = 23.79%
R=40.69%
G=35.52%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181036900.130.420.5441.6326.236.67
Hex7667450D2A362a1a25
Octal1661471050155266523245
Binary1110110110011110001010110110101011011010101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766745; }

 p { color: rgb(118,103,69); }

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

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

 a { background-color: rgb(118,103,69); }

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

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

 span { border-color: rgb(118,103,69); }

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