Html Css Color HEX #776538 Yellow Metal

📋 copy color: '#776538'

red 119 ◦ green 101 ◦ blue 56

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

Shades of Yellow Metal #776538

Tints of Yellow Metal #776538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.29%

R = 43.12%
G = 36.59%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.53

RGB Variations

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

Color information

#776538 (or 0x776538) is known color: Yellow Metal. HEX triplet: 77, 65 and 38. RGB value is (119,101,56). Sum of RGB (Red+Green+Blue) = 119+101+56=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 101 (39.84% from 255 or 36.59% from 276); Blue value is 56 (22.27% from 255 or 20.29% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #776538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776538 is #889AC7. Grayscale: #656565. Windows color (decimal): -8952520 or 3695991. OLE color: 3695991.

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

Color convert

RGB 119 101 56 -
CMYK 0 0.15 0.53 0.53
HSL 42.86º 0.36% 0.34% -
HSV(B) 42.86º 0.53% 0.47% -
XYZ 12.98 13.51 5.67 -
YUV 101.25 102.46 140.66 -
System Red Green Blue C M Y K H S L
Decimal 119 101 56 0 0.15 0.53 0.53 42.86 0.36 0.34
Hex 77 65 38 0 F 35 35 2B 24 22
Octal 167 145 70 0 17 65 65 53 44 42
Binary 1110111 1100101 111000 0 1111 110101 110101 101011 100100 100010

Color Harmonies of #776538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776538

Black with #776538

Text Example


Text Example

White with #776538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776538; }

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

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

background-color css

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

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

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

border-color css

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

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

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