Html Css Color HEX #766A3A Yellow Metal

📋 copy color: '#766A3A'

red 118 ◦ green 106 ◦ blue 58

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

Shades of Yellow Metal #766A3A

Tints of Yellow Metal #766A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.57%

R = 41.84%
G = 37.59%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#766A3A (or 0x766A3A) is known color: Yellow Metal. HEX triplet: 76, 6A and 3A. RGB value is (118,106,58). Sum of RGB (Red+Green+Blue) = 118+106+58=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 118 - color contains mainly: red. Hex color #766A3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766A3A is #8995C5. Grayscale: #686868. Windows color (decimal): -9016774 or 3828342. OLE color: 3828342.

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

Color convert

RGB 118 106 58 -
CMYK 0 0.10 0.51 0.54
HSL 48º 0.34% 0.35% -
HSV(B) 48º 0.51% 0.46% -
XYZ 13.39 14.47 6.09 -
YUV 104.12 101.98 137.9 -
System Red Green Blue C M Y K H S L
Decimal 118 106 58 0 0.10 0.51 0.54 48 0.34 0.35
Hex 76 6A 3A 0 A 33 36 30 22 23
Octal 166 152 72 0 12 63 66 60 42 43
Binary 1110110 1101010 111010 0 1010 110011 110110 110000 100010 100011

Color Harmonies of #766A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A3A

Black with #766A3A

Text Example


Text Example

White with #766A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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