Html Css Color HEX #776438 Yellow Metal

📋 copy color: '#776438'

red 119 ◦ green 100 ◦ blue 56

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

Shades of Yellow Metal #776438

Tints of Yellow Metal #776438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.36%

R = 43.27%
G = 36.36%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.53

RGB Variations

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

Color information

#776438 (or 0x776438) is known color: Yellow Metal. HEX triplet: 77, 64 and 38. RGB value is (119,100,56). Sum of RGB (Red+Green+Blue) = 119+100+56=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #776438 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776438 is #889BC7. Grayscale: #646464. Windows color (decimal): -8952776 or 3695735. OLE color: 3695735.

HSL color Cylindrical-coordinate representation of color #776438: hue angle of 41.9º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #776438 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 100 56 -
CMYK 0 0.16 0.53 0.53
HSL 41.9º 0.36% 0.34% -
HSV(B) 41.9º 0.53% 0.47% -
XYZ 12.88 13.32 5.63 -
YUV 100.67 102.79 141.08 -
System Red Green Blue C M Y K H S L
Decimal 119 100 56 0 0.16 0.53 0.53 41.9 0.36 0.34
Hex 77 64 38 0 10 35 35 2A 24 22
Octal 167 144 70 0 20 65 65 52 44 42
Binary 1110111 1100100 111000 0 10000 110101 110101 101010 100100 100010

Color Harmonies of #776438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776438

Black with #776438

Text Example


Text Example

White with #776438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776438; }

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

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

background-color css

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

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

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

border-color css

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

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

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