Html Css Color HEX #766A42 Yellow Metal

📋 copy color: '#766A42'

red 118 ◦ green 106 ◦ blue 66

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

Shades of Yellow Metal #766A42

Tints of Yellow Metal #766A42

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.55%

 BLUE value IS 66 (26.17% from 255) = 22.76%

R = 40.69%
G = 36.55%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#766A42 (or 0x766A42) is known color: Yellow Metal. HEX triplet: 76, 6A and 42. RGB value is (118,106,66). Sum of RGB (Red+Green+Blue) = 118+106+66=290 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.69% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 118 - color contains mainly: red. Hex color #766A42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766A42 is #8995BD. Grayscale: #696969. Windows color (decimal): -9016766 or 4352630. OLE color: 4352630.

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

Color convert

RGB 118 106 66 -
CMYK 0 0.10 0.44 0.54
HSL 46.15º 0.28% 0.36% -
HSV(B) 46.15º 0.44% 0.46% -
XYZ 13.61 14.55 7.25 -
YUV 105.03 105.98 137.25 -
System Red Green Blue C M Y K H S L
Decimal 118 106 66 0 0.10 0.44 0.54 46.15 0.28 0.36
Hex 76 6A 42 0 A 2C 36 2E 1C 24
Octal 166 152 102 0 12 54 66 56 34 44
Binary 1110110 1101010 1000010 0 1010 101100 110110 101110 11100 100100

Color Harmonies of #766A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A42

Black with #766A42

Text Example


Text Example

White with #766A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766A42; }

 p { color: rgb(118,106,66); }

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

background-color css

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

 a { background-color: rgb(118,106,66); }

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

border-color css

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

 span { border-color: rgb(118,106,66); }

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