Html Css Color HEX #776D3B Yellow Metal

📋 copy color: '#776D3B'

red 119 ◦ green 109 ◦ blue 59

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

Shades of Yellow Metal #776D3B

Tints of Yellow Metal #776D3B

RGB

 RED value IS 119 (46.88% from 255) = 41.46%

 GREEN value IS 109 (42.97% from 255) = 37.98%

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

R = 41.46%
G = 37.98%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#776D3B (or 0x776D3B) is known color: Yellow Metal. HEX triplet: 77, 6D and 3B. RGB value is (119,109,59). Sum of RGB (Red+Green+Blue) = 119+109+59=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 119 - color contains mainly: red. Hex color #776D3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776D3B is #8892C4. Grayscale: #6A6A6A. Windows color (decimal): -8950469 or 3894647. OLE color: 3894647.

HSL color Cylindrical-coordinate representation of color #776D3B: hue angle of 50º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #776D3B is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 109 59 -
CMYK 0 0.08 0.50 0.53
HSL 50º 0.34% 0.35% -
HSV(B) 50º 0.5% 0.47% -
XYZ 13.87 15.17 6.34 -
YUV 106.29 101.31 137.07 -
System Red Green Blue C M Y K H S L
Decimal 119 109 59 0 0.08 0.50 0.53 50 0.34 0.35
Hex 77 6D 3B 0 8 32 35 32 22 23
Octal 167 155 73 0 10 62 65 62 42 43
Binary 1110111 1101101 111011 0 1000 110010 110101 110010 100010 100011

Color Harmonies of #776D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776D3B

Black with #776D3B

Text Example


Text Example

White with #776D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776D3B; }

 p { color: rgb(119,109,59); }

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

background-color css

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

 a { background-color: rgb(119,109,59); }

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

border-color css

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

 span { border-color: rgb(119,109,59); }

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