Html Css Color HEX #776240 Yellow Metal

📋 copy color: '#776240'

red 119 ◦ green 98 ◦ blue 64

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

Shades of Yellow Metal #776240

Tints of Yellow Metal #776240

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.88%

 BLUE value IS 64 (25.39% from 255) = 22.78%

R = 42.35%
G = 34.88%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#776240 (or 0x776240) is known color: Yellow Metal. HEX triplet: 77, 62 and 40. RGB value is (119,98,64). Sum of RGB (Red+Green+Blue) = 119+98+64=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 98 (38.67% from 255 or 34.88% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #776240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776240 is #889DBF. Grayscale: #646464. Windows color (decimal): -8953280 or 4219511. OLE color: 4219511.

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

Color convert

RGB 119 98 64 -
CMYK 0 0.18 0.46 0.53
HSL 37.09º 0.3% 0.36% -
HSV(B) 37.09º 0.46% 0.47% -
XYZ 12.9 13.03 6.69 -
YUV 100.4 107.46 141.26 -
System Red Green Blue C M Y K H S L
Decimal 119 98 64 0 0.18 0.46 0.53 37.09 0.3 0.36
Hex 77 62 40 0 12 2E 35 25 1E 24
Octal 167 142 100 0 22 56 65 45 36 44
Binary 1110111 1100010 1000000 0 10010 101110 110101 100101 11110 100100

Color Harmonies of #776240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776240

Black with #776240

Text Example


Text Example

White with #776240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776240; }

 p { color: rgb(119,98,64); }

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

background-color css

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

 a { background-color: rgb(119,98,64); }

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

border-color css

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

 span { border-color: rgb(119,98,64); }

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