Html Css Color HEX #776944 Yellow Metal

📋 copy color: '#776944'

red 119 ◦ green 105 ◦ blue 68

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

Shades of Yellow Metal #776944

Tints of Yellow Metal #776944

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.96%

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

R = 40.75%
G = 35.96%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#776944 (or 0x776944) is known color: Yellow Metal. HEX triplet: 77, 69 and 44. RGB value is (119,105,68). Sum of RGB (Red+Green+Blue) = 119+105+68=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 68 (26.95% from 255 or 23.29% from 292); Max value from RGB is 119 - color contains mainly: red. Hex color #776944 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776944 is #8896BB. Grayscale: #696969. Windows color (decimal): -8951484 or 4483447. OLE color: 4483447.

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

Color convert

RGB 119 105 68 -
CMYK 0 0.12 0.43 0.53
HSL 43.53º 0.27% 0.37% -
HSV(B) 43.53º 0.43% 0.47% -
XYZ 13.7 14.44 7.53 -
YUV 104.97 107.14 138.01 -
System Red Green Blue C M Y K H S L
Decimal 119 105 68 0 0.12 0.43 0.53 43.53 0.27 0.37
Hex 77 69 44 0 C 2B 35 2C 1B 25
Octal 167 151 104 0 14 53 65 54 33 45
Binary 1110111 1101001 1000100 0 1100 101011 110101 101100 11011 100101

Color Harmonies of #776944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776944

Black with #776944

Text Example


Text Example

White with #776944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776944; }

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

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

background-color css

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

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

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

border-color css

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

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

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