Html Css Color HEX #776142 Yellow Metal

📋 copy color: '#776142'

red 119 ◦ green 97 ◦ blue 66

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

Shades of Yellow Metal #776142

Tints of Yellow Metal #776142

RGB

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

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

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

R = 42.2%
G = 34.4%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#776142 (or 0x776142) is known color: Yellow Metal. HEX triplet: 77, 61 and 42. RGB value is (119,97,66). Sum of RGB (Red+Green+Blue) = 119+97+66=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #776142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776142 is #889EBD. Grayscale: #646464. Windows color (decimal): -8953534 or 4350327. OLE color: 4350327.

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

Color convert

RGB 119 97 66 -
CMYK 0 0.18 0.45 0.53
HSL 35.09º 0.29% 0.36% -
HSV(B) 35.09º 0.45% 0.47% -
XYZ 12.87 12.86 6.96 -
YUV 100.04 108.79 141.52 -
System Red Green Blue C M Y K H S L
Decimal 119 97 66 0 0.18 0.45 0.53 35.09 0.29 0.36
Hex 77 61 42 0 12 2D 35 23 1D 24
Octal 167 141 102 0 22 55 65 43 35 44
Binary 1110111 1100001 1000010 0 10010 101101 110101 100011 11101 100100

Color Harmonies of #776142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776142

Black with #776142

Text Example


Text Example

White with #776142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776142; }

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

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

background-color css

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

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

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

border-color css

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

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

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