Html Css Color HEX #776540 Yellow Metal

📋 copy color: '#776540'

red 119 ◦ green 101 ◦ blue 64

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

Shades of Yellow Metal #776540

Tints of Yellow Metal #776540

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.56%

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

R = 41.9%
G = 35.56%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#776540 (or 0x776540) is known color: Yellow Metal. HEX triplet: 77, 65 and 40. RGB value is (119,101,64). Sum of RGB (Red+Green+Blue) = 119+101+64=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #776540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776540 is #889ABF. Grayscale: #666666. Windows color (decimal): -8952512 or 4220279. OLE color: 4220279.

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

Color convert

RGB 119 101 64 -
CMYK 0 0.15 0.46 0.53
HSL 40.36º 0.3% 0.36% -
HSV(B) 40.36º 0.46% 0.47% -
XYZ 13.19 13.6 6.78 -
YUV 102.16 106.46 140.01 -
System Red Green Blue C M Y K H S L
Decimal 119 101 64 0 0.15 0.46 0.53 40.36 0.3 0.36
Hex 77 65 40 0 F 2E 35 28 1E 24
Octal 167 145 100 0 17 56 65 50 36 44
Binary 1110111 1100101 1000000 0 1111 101110 110101 101000 11110 100100

Color Harmonies of #776540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776540

Black with #776540

Text Example


Text Example

White with #776540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776540; }

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

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

background-color css

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

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

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

border-color css

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

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

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