Html Css Color HEX #776038 Yellow Metal

📋 copy color: '#776038'

red 119 ◦ green 96 ◦ blue 56

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

Shades of Yellow Metal #776038

Tints of Yellow Metal #776038

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.42%

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

R = 43.91%
G = 35.42%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.53

RGB Variations

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

Color information

#776038 (or 0x776038) is known color: Yellow Metal. HEX triplet: 77, 60 and 38. RGB value is (119,96,56). Sum of RGB (Red+Green+Blue) = 119+96+56=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 56 (22.27% from 255 or 20.66% from 271); Max value from RGB is 119 - color contains mainly: red. Hex color #776038 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776038 is #889FC7. Grayscale: #626262. Windows color (decimal): -8953800 or 3694711. OLE color: 3694711.

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

Color convert

RGB 119 96 56 -
CMYK 0 0.19 0.53 0.53
HSL 38.1º 0.36% 0.34% -
HSV(B) 38.1º 0.53% 0.47% -
XYZ 12.5 12.57 5.51 -
YUV 98.32 104.12 142.75 -
System Red Green Blue C M Y K H S L
Decimal 119 96 56 0 0.19 0.53 0.53 38.1 0.36 0.34
Hex 77 60 38 0 13 35 35 26 24 22
Octal 167 140 70 0 23 65 65 46 44 42
Binary 1110111 1100000 111000 0 10011 110101 110101 100110 100100 100010

Color Harmonies of #776038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776038

Black with #776038

Text Example


Text Example

White with #776038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776038; }

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

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

background-color css

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

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

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

border-color css

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

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

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