Html Css Color HEX #776841 Yellow Metal

📋 copy color: '#776841'

red 119 ◦ green 104 ◦ blue 65

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

Shades of Yellow Metal #776841

Tints of Yellow Metal #776841

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.11%

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

R = 41.32%
G = 36.11%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#776841 (or 0x776841) is known color: Yellow Metal. HEX triplet: 77, 68 and 41. RGB value is (119,104,65). Sum of RGB (Red+Green+Blue) = 119+104+65=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 65 (25.78% from 255 or 22.57% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #776841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776841 is #8897BE. Grayscale: #686868. Windows color (decimal): -8951743 or 4286583. OLE color: 4286583.

HSL color Cylindrical-coordinate representation of color #776841: hue angle of 43.33º 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 #776841 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 104 65 -
CMYK 0 0.13 0.45 0.53
HSL 43.33º 0.29% 0.36% -
HSV(B) 43.33º 0.45% 0.47% -
XYZ 13.51 14.2 7.03 -
YUV 104.04 105.97 138.67 -
System Red Green Blue C M Y K H S L
Decimal 119 104 65 0 0.13 0.45 0.53 43.33 0.29 0.36
Hex 77 68 41 0 D 2D 35 2B 1D 24
Octal 167 150 101 0 15 55 65 53 35 44
Binary 1110111 1101000 1000001 0 1101 101101 110101 101011 11101 100100

Color Harmonies of #776841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776841

Black with #776841

Text Example


Text Example

White with #776841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776841; }

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

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

background-color css

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

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

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

border-color css

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

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

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