Html Css Color HEX #776042 Yellow Metal

📋 copy color: '#776042'

red 119 ◦ green 96 ◦ blue 66

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

Shades of Yellow Metal #776042

Tints of Yellow Metal #776042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.49%

R = 42.35%
G = 34.16%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#776042 (or 0x776042) is known color: Yellow Metal. HEX triplet: 77, 60 and 42. RGB value is (119,96,66). Sum of RGB (Red+Green+Blue) = 119+96+66=281 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.35% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 119 - color contains mainly: red. Hex color #776042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776042 is #889FBD. Grayscale: #636363. Windows color (decimal): -8953790 or 4350071. OLE color: 4350071.

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

Color convert

RGB 119 96 66 -
CMYK 0 0.19 0.45 0.53
HSL 33.96º 0.29% 0.36% -
HSV(B) 33.96º 0.45% 0.47% -
XYZ 12.77 12.68 6.93 -
YUV 99.46 109.12 141.94 -
System Red Green Blue C M Y K H S L
Decimal 119 96 66 0 0.19 0.45 0.53 33.96 0.29 0.36
Hex 77 60 42 0 13 2D 35 22 1D 24
Octal 167 140 102 0 23 55 65 42 35 44
Binary 1110111 1100000 1000010 0 10011 101101 110101 100010 11101 100100

Color Harmonies of #776042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776042

Black with #776042

Text Example


Text Example

White with #776042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776042; }

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

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

background-color css

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

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

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

border-color css

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

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

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