Html Css Color HEX #776545 Yellow Metal

📋 copy color: '#776545'

red 119 ◦ green 101 ◦ blue 69

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

Shades of Yellow Metal #776545

Tints of Yellow Metal #776545

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.95%

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

R = 41.18%
G = 34.95%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#776545 (or 0x776545) is known color: Yellow Metal. HEX triplet: 77, 65 and 45. RGB value is (119,101,69). Sum of RGB (Red+Green+Blue) = 119+101+69=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 69 (27.34% from 255 or 23.88% from 289); Max value from RGB is 119 - color contains mainly: red. Hex color #776545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776545 is #889ABA. Grayscale: #666666. Windows color (decimal): -8952507 or 4547959. OLE color: 4547959.

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

Color convert

RGB 119 101 69 -
CMYK 0 0.15 0.42 0.53
HSL 38.4º 0.27% 0.37% -
HSV(B) 38.4º 0.42% 0.47% -
XYZ 13.34 13.66 7.56 -
YUV 102.73 108.96 139.6 -
System Red Green Blue C M Y K H S L
Decimal 119 101 69 0 0.15 0.42 0.53 38.4 0.27 0.37
Hex 77 65 45 0 F 2A 35 26 1B 25
Octal 167 145 105 0 17 52 65 46 33 45
Binary 1110111 1100101 1000101 0 1111 101010 110101 100110 11011 100101

Color Harmonies of #776545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776545

Black with #776545

Text Example


Text Example

White with #776545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776545; }

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

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

background-color css

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

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

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

border-color css

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

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

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