Html Css Color HEX #776445 Yellow Metal

📋 copy color: '#776445'

red 119 ◦ green 100 ◦ blue 69

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

Shades of Yellow Metal #776445

Tints of Yellow Metal #776445

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.72%

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

R = 41.32%
G = 34.72%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#776445 (or 0x776445) is known color: Yellow Metal. HEX triplet: 77, 64 and 45. RGB value is (119,100,69). Sum of RGB (Red+Green+Blue) = 119+100+69=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 69 (27.34% from 255 or 23.96% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #776445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776445 is #889BBA. Grayscale: #666666. Windows color (decimal): -8952763 or 4547703. OLE color: 4547703.

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

Color convert

RGB 119 100 69 -
CMYK 0 0.16 0.42 0.53
HSL 37.2º 0.27% 0.37% -
HSV(B) 37.2º 0.42% 0.47% -
XYZ 13.24 13.47 7.53 -
YUV 102.15 109.29 140.02 -
System Red Green Blue C M Y K H S L
Decimal 119 100 69 0 0.16 0.42 0.53 37.2 0.27 0.37
Hex 77 64 45 0 10 2A 35 25 1B 25
Octal 167 144 105 0 20 52 65 45 33 45
Binary 1110111 1100100 1000101 0 10000 101010 110101 100101 11011 100101

Color Harmonies of #776445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776445

Black with #776445

Text Example


Text Example

White with #776445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776445; }

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

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

background-color css

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

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

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

border-color css

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

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

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