Html Css Color HEX #776541 Yellow Metal

📋 copy color: '#776541'

red 119 ◦ green 101 ◦ blue 65

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

Shades of Yellow Metal #776541

Tints of Yellow Metal #776541

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.44%

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

R = 41.75%
G = 35.44%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#776541 (or 0x776541) is known color: Yellow Metal. HEX triplet: 77, 65 and 41. RGB value is (119,101,65). Sum of RGB (Red+Green+Blue) = 119+101+65=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 65 (25.78% from 255 or 22.81% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #776541 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776541 is #889ABE. Grayscale: #666666. Windows color (decimal): -8952511 or 4285815. OLE color: 4285815.

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

Color convert

RGB 119 101 65 -
CMYK 0 0.15 0.45 0.53
HSL 40º 0.29% 0.36% -
HSV(B) 40º 0.45% 0.47% -
XYZ 13.22 13.61 6.93 -
YUV 102.28 106.96 139.93 -
System Red Green Blue C M Y K H S L
Decimal 119 101 65 0 0.15 0.45 0.53 40 0.29 0.36
Hex 77 65 41 0 F 2D 35 28 1D 24
Octal 167 145 101 0 17 55 65 50 35 44
Binary 1110111 1100101 1000001 0 1111 101101 110101 101000 11101 100100

Color Harmonies of #776541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776541

Black with #776541

Text Example


Text Example

White with #776541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776541; }

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

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

background-color css

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

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

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

border-color css

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

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

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