Html Css Color HEX #776343 Yellow Metal

📋 copy color: '#776343'

red 119 ◦ green 99 ◦ blue 67

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

Shades of Yellow Metal #776343

Tints of Yellow Metal #776343

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.74%

 BLUE value IS 67 (26.56% from 255) = 23.51%

R = 41.75%
G = 34.74%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.53

RGB Variations

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

Color information

#776343 (or 0x776343) is known color: Yellow Metal. HEX triplet: 77, 63 and 43. RGB value is (119,99,67). Sum of RGB (Red+Green+Blue) = 119+99+67=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 67 (26.56% from 255 or 23.51% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #776343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776343 is #889CBC. Grayscale: #656565. Windows color (decimal): -8953021 or 4416375. OLE color: 4416375.

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

Color convert

RGB 119 99 67 -
CMYK 0 0.17 0.44 0.53
HSL 36.92º 0.28% 0.36% -
HSV(B) 36.92º 0.44% 0.47% -
XYZ 13.08 13.25 7.18 -
YUV 101.33 108.63 140.6 -
System Red Green Blue C M Y K H S L
Decimal 119 99 67 0 0.17 0.44 0.53 36.92 0.28 0.36
Hex 77 63 43 0 11 2C 35 25 1C 24
Octal 167 143 103 0 21 54 65 45 34 44
Binary 1110111 1100011 1000011 0 10001 101100 110101 100101 11100 100100

Color Harmonies of #776343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776343

Black with #776343

Text Example


Text Example

White with #776343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776343; }

 p { color: rgb(119,99,67); }

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

background-color css

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

 a { background-color: rgb(119,99,67); }

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

border-color css

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

 span { border-color: rgb(119,99,67); }

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