Html Css Color HEX #766840 Yellow Metal

📋 copy color: '#766840'

red 118 ◦ green 104 ◦ blue 64

#766840
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Metal #766840

Tints of Yellow Metal #766840

RGB

 RED value IS 118 (46.48% from 255) = 41.26%

 GREEN value IS 104 (41.02% from 255) = 36.36%

 BLUE value IS 64 (25.39% from 255) = 22.38%

R = 41.26%
G = 36.36%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#766840 (or 0x766840) is known color: Yellow Metal. HEX triplet: 76, 68 and 40. RGB value is (118,104,64). Sum of RGB (Red+Green+Blue) = 118+104+64=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 118 - color contains mainly: red. Hex color #766840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766840 is #8997BF. Grayscale: #676767. Windows color (decimal): -9017280 or 4221046. OLE color: 4221046.

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

Color convert

RGB 118 104 64 -
CMYK 0 0.12 0.46 0.54
HSL 44.44º 0.3% 0.36% -
HSV(B) 44.44º 0.46% 0.46% -
XYZ 13.35 14.12 6.87 -
YUV 103.63 105.64 138.25 -
System Red Green Blue C M Y K H S L
Decimal 118 104 64 0 0.12 0.46 0.54 44.44 0.3 0.36
Hex 76 68 40 0 C 2E 36 2C 1E 24
Octal 166 150 100 0 14 56 66 54 36 44
Binary 1110110 1101000 1000000 0 1100 101110 110110 101100 11110 100100

Color Harmonies of #766840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766840

Black with #766840

Text Example


Text Example

White with #766840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766840; }

 p { color: rgb(118,104,64); }

 H1.HeaderClassName
 {
   color: #766840;
 }
 .AnyTagClassName
 {
   color: #766840;
 }
</style>

background-color css

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

 a { background-color: rgb(118,104,64); }

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

border-color css

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

 span { border-color: rgb(118,104,64); }

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