Html Css Color HEX #776845 Yellow Metal

📋 copy color: '#776845'

red 119 ◦ green 104 ◦ blue 69

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

Shades of Yellow Metal #776845

Tints of Yellow Metal #776845

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.62%

 BLUE value IS 69 (27.34% from 255) = 23.63%

R = 40.75%
G = 35.62%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#776845 (or 0x776845) is known color: Yellow Metal. HEX triplet: 77, 68 and 45. RGB value is (119,104,69). Sum of RGB (Red+Green+Blue) = 119+104+69=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 119 - color contains mainly: red. Hex color #776845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776845 is #8897BA. Grayscale: #686868. Windows color (decimal): -8951739 or 4548727. OLE color: 4548727.

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

Color convert

RGB 119 104 69 -
CMYK 0 0.13 0.42 0.53
HSL 42º 0.27% 0.37% -
HSV(B) 42º 0.42% 0.47% -
XYZ 13.63 14.25 7.66 -
YUV 104.5 107.97 138.35 -
System Red Green Blue C M Y K H S L
Decimal 119 104 69 0 0.13 0.42 0.53 42 0.27 0.37
Hex 77 68 45 0 D 2A 35 2A 1B 25
Octal 167 150 105 0 15 52 65 52 33 45
Binary 1110111 1101000 1000101 0 1101 101010 110101 101010 11011 100101

Color Harmonies of #776845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776845

Black with #776845

Text Example


Text Example

White with #776845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776845; }

 p { color: rgb(119,104,69); }

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

background-color css

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

 a { background-color: rgb(119,104,69); }

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

border-color css

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

 span { border-color: rgb(119,104,69); }

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