Html Css Color HEX #776139 Yellow Metal

📋 copy color: '#776139'

red 119 ◦ green 97 ◦ blue 57

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

Shades of Yellow Metal #776139

Tints of Yellow Metal #776139

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.53%

 BLUE value IS 57 (22.66% from 255) = 20.88%

R = 43.59%
G = 35.53%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#776139 (or 0x776139) is known color: Yellow Metal. HEX triplet: 77, 61 and 39. RGB value is (119,97,57). Sum of RGB (Red+Green+Blue) = 119+97+57=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 57 (22.66% from 255 or 20.88% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #776139 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776139 is #889EC6. Grayscale: #636363. Windows color (decimal): -8953543 or 3760503. OLE color: 3760503.

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

Color convert

RGB 119 97 57 -
CMYK 0 0.18 0.52 0.53
HSL 38.71º 0.35% 0.35% -
HSV(B) 38.71º 0.52% 0.47% -
XYZ 12.62 12.77 5.67 -
YUV 99.02 104.29 142.25 -
System Red Green Blue C M Y K H S L
Decimal 119 97 57 0 0.18 0.52 0.53 38.71 0.35 0.35
Hex 77 61 39 0 12 34 35 27 23 23
Octal 167 141 71 0 22 64 65 47 43 43
Binary 1110111 1100001 111001 0 10010 110100 110101 100111 100011 100011

Color Harmonies of #776139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776139

Black with #776139

Text Example


Text Example

White with #776139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776139; }

 p { color: rgb(119,97,57); }

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

background-color css

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

 a { background-color: rgb(119,97,57); }

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

border-color css

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

 span { border-color: rgb(119,97,57); }

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