Html Css Color HEX #776138 Yellow Metal

📋 copy color: '#776138'

red 119 ◦ green 97 ◦ blue 56

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

Shades of Yellow Metal #776138

Tints of Yellow Metal #776138

RGB

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

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

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

R = 43.75%
G = 35.66%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.53

RGB Variations

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

Color information

#776138 (or 0x776138) is known color: Yellow Metal. HEX triplet: 77, 61 and 38. RGB value is (119,97,56). Sum of RGB (Red+Green+Blue) = 119+97+56=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #776138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776138 is #889EC7. Grayscale: #636363. Windows color (decimal): -8953544 or 3694967. OLE color: 3694967.

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

Color convert

RGB 119 97 56 -
CMYK 0 0.18 0.53 0.53
HSL 39.05º 0.36% 0.34% -
HSV(B) 39.05º 0.53% 0.47% -
XYZ 12.6 12.76 5.54 -
YUV 98.9 103.79 142.33 -
System Red Green Blue C M Y K H S L
Decimal 119 97 56 0 0.18 0.53 0.53 39.05 0.36 0.34
Hex 77 61 38 0 12 35 35 27 24 22
Octal 167 141 70 0 22 65 65 47 44 42
Binary 1110111 1100001 111000 0 10010 110101 110101 100111 100100 100010

Color Harmonies of #776138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776138

Black with #776138

Text Example


Text Example

White with #776138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776138; }

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

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

background-color css

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

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

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

border-color css

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

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

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