Html Css Color HEX #776641 Yellow Metal

📋 copy color: '#776641'

red 119 ◦ green 102 ◦ blue 65

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

Shades of Yellow Metal #776641

Tints of Yellow Metal #776641

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.66%

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

R = 41.61%
G = 35.66%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#776641 (or 0x776641) is known color: Yellow Metal. HEX triplet: 77, 66 and 41. RGB value is (119,102,65). Sum of RGB (Red+Green+Blue) = 119+102+65=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 65 (25.78% from 255 or 22.73% from 286); Max value from RGB is 119 - color contains mainly: red. Hex color #776641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776641 is #8899BE. Grayscale: #676767. Windows color (decimal): -8952255 or 4286071. OLE color: 4286071.

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

Color convert

RGB 119 102 65 -
CMYK 0 0.14 0.45 0.53
HSL 41.11º 0.29% 0.36% -
HSV(B) 41.11º 0.45% 0.47% -
XYZ 13.31 13.81 6.96 -
YUV 102.87 106.63 139.51 -
System Red Green Blue C M Y K H S L
Decimal 119 102 65 0 0.14 0.45 0.53 41.11 0.29 0.36
Hex 77 66 41 0 E 2D 35 29 1D 24
Octal 167 146 101 0 16 55 65 51 35 44
Binary 1110111 1100110 1000001 0 1110 101101 110101 101001 11101 100100

Color Harmonies of #776641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776641

Black with #776641

Text Example


Text Example

White with #776641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776641; }

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

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

background-color css

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

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

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

border-color css

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

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

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