Html Css Color HEX #776C3A Yellow Metal

📋 copy color: '#776C3A'

red 119 ◦ green 108 ◦ blue 58

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

Shades of Yellow Metal #776C3A

Tints of Yellow Metal #776C3A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.89%

 BLUE value IS 58 (23.05% from 255) = 20.35%

R = 41.75%
G = 37.89%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#776C3A (or 0x776C3A) is known color: Yellow Metal. HEX triplet: 77, 6C and 3A. RGB value is (119,108,58). Sum of RGB (Red+Green+Blue) = 119+108+58=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #776C3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776C3A is #8893C5. Grayscale: #696969. Windows color (decimal): -8950726 or 3828855. OLE color: 3828855.

HSL color Cylindrical-coordinate representation of color #776C3A: hue angle of 49.18º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #776C3A is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 108 58 -
CMYK 0 0.09 0.51 0.53
HSL 49.18º 0.34% 0.35% -
HSV(B) 49.18º 0.51% 0.47% -
XYZ 13.73 14.95 6.17 -
YUV 105.59 101.14 137.57 -
System Red Green Blue C M Y K H S L
Decimal 119 108 58 0 0.09 0.51 0.53 49.18 0.34 0.35
Hex 77 6C 3A 0 9 33 35 31 22 23
Octal 167 154 72 0 11 63 65 61 42 43
Binary 1110111 1101100 111010 0 1001 110011 110101 110001 100010 100011

Color Harmonies of #776C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776C3A

Black with #776C3A

Text Example


Text Example

White with #776C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776C3A; }

 p { color: rgb(119,108,58); }

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

background-color css

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

 a { background-color: rgb(119,108,58); }

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

border-color css

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

 span { border-color: rgb(119,108,58); }

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