Html Css Color HEX #766A3F Yellow Metal

📋 copy color: '#766A3F'

red 118 ◦ green 106 ◦ blue 63

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

Shades of Yellow Metal #766A3F

Tints of Yellow Metal #766A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.95%

R = 41.11%
G = 36.93%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#766A3F (or 0x766A3F) is known color: Yellow Metal. HEX triplet: 76, 6A and 3F. RGB value is (118,106,63). Sum of RGB (Red+Green+Blue) = 118+106+63=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 118 - color contains mainly: red. Hex color #766A3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766A3F is #8995C0. Grayscale: #686868. Windows color (decimal): -9016769 or 4156022. OLE color: 4156022.

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

Color convert

RGB 118 106 63 -
CMYK 0 0.10 0.47 0.54
HSL 46.91º 0.3% 0.35% -
HSV(B) 46.91º 0.47% 0.46% -
XYZ 13.52 14.52 6.79 -
YUV 104.69 104.48 137.5 -
System Red Green Blue C M Y K H S L
Decimal 118 106 63 0 0.10 0.47 0.54 46.91 0.3 0.35
Hex 76 6A 3F 0 A 2F 36 2F 1E 23
Octal 166 152 77 0 12 57 66 57 36 43
Binary 1110110 1101010 111111 0 1010 101111 110110 101111 11110 100011

Color Harmonies of #766A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A3F

Black with #766A3F

Text Example


Text Example

White with #766A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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