Html Css Color HEX #766A3B Yellow Metal

📋 copy color: '#766A3B'

red 118 ◦ green 106 ◦ blue 59

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

Shades of Yellow Metal #766A3B

Tints of Yellow Metal #766A3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.85%

R = 41.7%
G = 37.46%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#766A3B (or 0x766A3B) is known color: Yellow Metal. HEX triplet: 76, 6A and 3B. RGB value is (118,106,59). Sum of RGB (Red+Green+Blue) = 118+106+59=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 106 (41.80% from 255 or 37.46% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #766A3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766A3B is #8995C4. Grayscale: #686868. Windows color (decimal): -9016773 or 3893878. OLE color: 3893878.

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

Color convert

RGB 118 106 59 -
CMYK 0 0.10 0.50 0.54
HSL 47.8º 0.33% 0.35% -
HSV(B) 47.8º 0.5% 0.46% -
XYZ 13.41 14.48 6.22 -
YUV 104.23 102.48 137.82 -
System Red Green Blue C M Y K H S L
Decimal 118 106 59 0 0.10 0.50 0.54 47.8 0.33 0.35
Hex 76 6A 3B 0 A 32 36 30 21 23
Octal 166 152 73 0 12 62 66 60 41 43
Binary 1110110 1101010 111011 0 1010 110010 110110 110000 100001 100011

Color Harmonies of #766A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A3B

Black with #766A3B

Text Example


Text Example

White with #766A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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