#766743

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

Shades of Yellow Metal #766743

Tints of Yellow Metal #766743

Color information

#766743 (or 0x766743) is unknown color: approx Yellow Metal. HEX triplet: 76, 67 and 43. RGB value is (118,103,67). Sum of RGB (Red+Green+Blue) = 118+103+67=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 67 (26.56% from 255 or 23.26% from 288); Max value from RGB is 118 - color contains mainly: red. Hex color #766743 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766743 is #8998BC. Grayscale: #676767. Windows color (decimal): -9017533 or 4417398. OLE color: 4417398.

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

Color convert

RGB11810367-
CMYK00.130.430.54
HSL42.35º27.57%36.27%-
HSV(B)42.35º43.22%46.27%-
XYZ13.3313.967.3-
YUV103.38107.47138.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.97%
GREEN value IS 103 (40.62% from 255) = 35.76%
BLUE value IS 67 (26.56% from 255) = 23.26%
R=40.97%
G=35.76%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181036700.130.430.5442.3527.5736.27
Hex7667430D2B362a1c24
Octal1661471030155366523444
Binary1110110110011110000110110110101111011010101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766743; }

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

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

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

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

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

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

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

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