Html Css Color HEX #776644 Yellow Metal

📋 copy color: '#776644'

red 119 ◦ green 102 ◦ blue 68

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

Shades of Yellow Metal #776644

Tints of Yellow Metal #776644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.53%

R = 41.18%
G = 35.29%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#776644 (or 0x776644) is known color: Yellow Metal. HEX triplet: 77, 66 and 44. RGB value is (119,102,68). Sum of RGB (Red+Green+Blue) = 119+102+68=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 68 (26.95% from 255 or 23.53% from 289); Max value from RGB is 119 - color contains mainly: red. Hex color #776644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776644 is #8899BB. Grayscale: #676767. Windows color (decimal): -8952252 or 4482679. OLE color: 4482679.

HSL color Cylindrical-coordinate representation of color #776644: hue angle of 40º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #776644 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 102 68 -
CMYK 0 0.14 0.43 0.53
HSL 40º 0.27% 0.37% -
HSV(B) 40º 0.43% 0.47% -
XYZ 13.4 13.84 7.43 -
YUV 103.21 108.13 139.26 -
System Red Green Blue C M Y K H S L
Decimal 119 102 68 0 0.14 0.43 0.53 40 0.27 0.37
Hex 77 66 44 0 E 2B 35 28 1B 25
Octal 167 146 104 0 16 53 65 50 33 45
Binary 1110111 1100110 1000100 0 1110 101011 110101 101000 11011 100101

Color Harmonies of #776644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776644

Black with #776644

Text Example


Text Example

White with #776644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776644; }

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

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

background-color css

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

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

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

border-color css

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

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

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