Html Css Color HEX #776341 Yellow Metal

📋 copy color: '#776341'

red 119 ◦ green 99 ◦ blue 65

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

Shades of Yellow Metal #776341

Tints of Yellow Metal #776341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.97%

R = 42.05%
G = 34.98%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#776341 (or 0x776341) is known color: Yellow Metal. HEX triplet: 77, 63 and 41. RGB value is (119,99,65). Sum of RGB (Red+Green+Blue) = 119+99+65=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 99 (39.06% from 255 or 34.98% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 119 - color contains mainly: red. Hex color #776341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776341 is #889CBE. Grayscale: #656565. Windows color (decimal): -8953023 or 4285303. OLE color: 4285303.

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

Color convert

RGB 119 99 65 -
CMYK 0 0.17 0.45 0.53
HSL 37.78º 0.29% 0.36% -
HSV(B) 37.78º 0.45% 0.47% -
XYZ 13.02 13.23 6.87 -
YUV 101.1 107.63 140.76 -
System Red Green Blue C M Y K H S L
Decimal 119 99 65 0 0.17 0.45 0.53 37.78 0.29 0.36
Hex 77 63 41 0 11 2D 35 26 1D 24
Octal 167 143 101 0 21 55 65 46 35 44
Binary 1110111 1100011 1000001 0 10001 101101 110101 100110 11101 100100

Color Harmonies of #776341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776341

Black with #776341

Text Example


Text Example

White with #776341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776341; }

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

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

background-color css

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

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

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

border-color css

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

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

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