Html Css Color HEX #776744 Yellow Metal

📋 copy color: '#776744'

red 119 ◦ green 103 ◦ blue 68

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

Shades of Yellow Metal #776744

Tints of Yellow Metal #776744

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.52%

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

R = 41.03%
G = 35.52%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#776744 (or 0x776744) is known color: Yellow Metal. HEX triplet: 77, 67 and 44. RGB value is (119,103,68). Sum of RGB (Red+Green+Blue) = 119+103+68=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 68 (26.95% from 255 or 23.45% from 290); Max value from RGB is 119 - color contains mainly: red. Hex color #776744 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776744 is #8898BB. Grayscale: #676767. Windows color (decimal): -8951996 or 4482935. OLE color: 4482935.

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

Color convert

RGB 119 103 68 -
CMYK 0 0.13 0.43 0.53
HSL 41.18º 0.27% 0.37% -
HSV(B) 41.18º 0.43% 0.47% -
XYZ 13.5 14.04 7.47 -
YUV 103.79 107.8 138.85 -
System Red Green Blue C M Y K H S L
Decimal 119 103 68 0 0.13 0.43 0.53 41.18 0.27 0.37
Hex 77 67 44 0 D 2B 35 29 1B 25
Octal 167 147 104 0 15 53 65 51 33 45
Binary 1110111 1100111 1000100 0 1101 101011 110101 101001 11011 100101

Color Harmonies of #776744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776744

Black with #776744

Text Example


Text Example

White with #776744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776744; }

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

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

background-color css

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

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

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

border-color css

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

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

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