Html Css Color HEX #776244 Yellow Metal

📋 copy color: '#776244'

red 119 ◦ green 98 ◦ blue 68

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

Shades of Yellow Metal #776244

Tints of Yellow Metal #776244

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.39%

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

R = 41.75%
G = 34.39%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#776244 (or 0x776244) is known color: Yellow Metal. HEX triplet: 77, 62 and 44. RGB value is (119,98,68). Sum of RGB (Red+Green+Blue) = 119+98+68=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 68 (26.95% from 255 or 23.86% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #776244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776244 is #889DBB. Grayscale: #656565. Windows color (decimal): -8953276 or 4481655. OLE color: 4481655.

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

Color convert

RGB 119 98 68 -
CMYK 0 0.18 0.43 0.53
HSL 35.29º 0.27% 0.37% -
HSV(B) 35.29º 0.43% 0.47% -
XYZ 13.02 13.07 7.31 -
YUV 100.86 109.46 140.94 -
System Red Green Blue C M Y K H S L
Decimal 119 98 68 0 0.18 0.43 0.53 35.29 0.27 0.37
Hex 77 62 44 0 12 2B 35 23 1B 25
Octal 167 142 104 0 22 53 65 43 33 45
Binary 1110111 1100010 1000100 0 10010 101011 110101 100011 11011 100101

Color Harmonies of #776244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776244

Black with #776244

Text Example


Text Example

White with #776244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776244; }

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

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

background-color css

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

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

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

border-color css

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

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

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