Html Css Color HEX #776041 Yellow Metal

📋 copy color: '#776041'

red 119 ◦ green 96 ◦ blue 65

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

Shades of Yellow Metal #776041

Tints of Yellow Metal #776041

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.29%

 BLUE value IS 65 (25.78% from 255) = 23.21%

R = 42.5%
G = 34.29%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#776041 (or 0x776041) is known color: Yellow Metal. HEX triplet: 77, 60 and 41. RGB value is (119,96,65). Sum of RGB (Red+Green+Blue) = 119+96+65=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 119 - color contains mainly: red. Hex color #776041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776041 is #889FBE. Grayscale: #636363. Windows color (decimal): -8953791 or 4284535. OLE color: 4284535.

HSL color Cylindrical-coordinate representation of color #776041: hue angle of 34.44º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #776041 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 96 65 -
CMYK 0 0.19 0.45 0.53
HSL 34.44º 0.29% 0.36% -
HSV(B) 34.44º 0.45% 0.47% -
XYZ 12.74 12.67 6.77 -
YUV 99.34 108.62 142.02 -
System Red Green Blue C M Y K H S L
Decimal 119 96 65 0 0.19 0.45 0.53 34.44 0.29 0.36
Hex 77 60 41 0 13 2D 35 22 1D 24
Octal 167 140 101 0 23 55 65 42 35 44
Binary 1110111 1100000 1000001 0 10011 101101 110101 100010 11101 100100

Color Harmonies of #776041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776041

Black with #776041

Text Example


Text Example

White with #776041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776041; }

 p { color: rgb(119,96,65); }

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

background-color css

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

 a { background-color: rgb(119,96,65); }

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

border-color css

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

 span { border-color: rgb(119,96,65); }

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