Html Css Color HEX #776642 Yellow Metal

📋 copy color: '#776642'

red 119 ◦ green 102 ◦ blue 66

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

Shades of Yellow Metal #776642

Tints of Yellow Metal #776642

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.54%

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

R = 41.46%
G = 35.54%
B = 23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#776642 (or 0x776642) is known color: Yellow Metal. HEX triplet: 77, 66 and 42. RGB value is (119,102,66). Sum of RGB (Red+Green+Blue) = 119+102+66=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 119 - color contains mainly: red. Hex color #776642 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #776642 is #8899BD. Grayscale: #676767. Windows color (decimal): -8952254 or 4351607. OLE color: 4351607.

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

Color convert

RGB 119 102 66 -
CMYK 0 0.14 0.45 0.53
HSL 40.75º 0.29% 0.36% -
HSV(B) 40.75º 0.45% 0.47% -
XYZ 13.34 13.82 7.12 -
YUV 102.98 107.13 139.43 -
System Red Green Blue C M Y K H S L
Decimal 119 102 66 0 0.14 0.45 0.53 40.75 0.29 0.36
Hex 77 66 42 0 E 2D 35 29 1D 24
Octal 167 146 102 0 16 55 65 51 35 44
Binary 1110111 1100110 1000010 0 1110 101101 110101 101001 11101 100100

Color Harmonies of #776642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776642

Black with #776642

Text Example


Text Example

White with #776642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776642; }

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

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

background-color css

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

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

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

border-color css

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

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

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