Html Css Color HEX #776141 Yellow Metal

📋 copy color: '#776141'

red 119 ◦ green 97 ◦ blue 65

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

Shades of Yellow Metal #776141

Tints of Yellow Metal #776141

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.52%

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

R = 42.35%
G = 34.52%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#776141 (or 0x776141) is known color: Yellow Metal. HEX triplet: 77, 61 and 41. RGB value is (119,97,65). Sum of RGB (Red+Green+Blue) = 119+97+65=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #776141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776141 is #889EBE. Grayscale: #646464. Windows color (decimal): -8953535 or 4284791. OLE color: 4284791.

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

Color convert

RGB 119 97 65 -
CMYK 0 0.18 0.45 0.53
HSL 35.56º 0.29% 0.36% -
HSV(B) 35.56º 0.45% 0.47% -
XYZ 12.84 12.85 6.81 -
YUV 99.93 108.29 141.6 -
System Red Green Blue C M Y K H S L
Decimal 119 97 65 0 0.18 0.45 0.53 35.56 0.29 0.36
Hex 77 61 41 0 12 2D 35 24 1D 24
Octal 167 141 101 0 22 55 65 44 35 44
Binary 1110111 1100001 1000001 0 10010 101101 110101 100100 11101 100100

Color Harmonies of #776141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776141

Black with #776141

Text Example


Text Example

White with #776141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776141; }

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

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

background-color css

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

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

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

border-color css

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

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

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