Html Css Color HEX #776742 Yellow Metal

📋 copy color: '#776742'

red 119 ◦ green 103 ◦ blue 66

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

Shades of Yellow Metal #776742

Tints of Yellow Metal #776742

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.76%

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

R = 41.32%
G = 35.76%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#776742 (or 0x776742) is known color: Yellow Metal. HEX triplet: 77, 67 and 42. RGB value is (119,103,66). Sum of RGB (Red+Green+Blue) = 119+103+66=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 103 (40.62% from 255 or 35.76% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #776742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776742 is #8898BD. Grayscale: #676767. Windows color (decimal): -8951998 or 4351863. OLE color: 4351863.

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

Color convert

RGB 119 103 66 -
CMYK 0 0.13 0.45 0.53
HSL 41.89º 0.29% 0.36% -
HSV(B) 41.89º 0.45% 0.47% -
XYZ 13.44 14.02 7.15 -
YUV 103.57 106.8 139.01 -
System Red Green Blue C M Y K H S L
Decimal 119 103 66 0 0.13 0.45 0.53 41.89 0.29 0.36
Hex 77 67 42 0 D 2D 35 2A 1D 24
Octal 167 147 102 0 15 55 65 52 35 44
Binary 1110111 1100111 1000010 0 1101 101101 110101 101010 11101 100100

Color Harmonies of #776742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776742

Black with #776742

Text Example


Text Example

White with #776742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776742; }

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

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

background-color css

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

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

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

border-color css

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

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

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