Html Css Color HEX #786242 Yellow Metal

📋 copy color: '#786242'

red 120 ◦ green 98 ◦ blue 66

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

Shades of Yellow Metal #786242

Tints of Yellow Metal #786242

RGB

 RED value IS 120 (47.27% from 255) = 42.25%

 GREEN value IS 98 (38.67% from 255) = 34.51%

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

R = 42.25%
G = 34.51%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#786242 (or 0x786242) is known color: Yellow Metal. HEX triplet: 78, 62 and 42. RGB value is (120,98,66). Sum of RGB (Red+Green+Blue) = 120+98+66=284 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.25% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 66 (26.17% from 255 or 23.24% from 284); Max value from RGB is 120 - color contains mainly: red. Hex color #786242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786242 is #879DBD. Grayscale: #656565. Windows color (decimal): -8887742 or 4350584. OLE color: 4350584.

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

Color convert

RGB 120 98 66 -
CMYK 0 0.18 0.45 0.53
HSL 35.56º 0.29% 0.36% -
HSV(B) 35.56º 0.45% 0.47% -
XYZ 13.1 13.12 7 -
YUV 100.93 108.29 141.6 -
System Red Green Blue C M Y K H S L
Decimal 120 98 66 0 0.18 0.45 0.53 35.56 0.29 0.36
Hex 78 62 42 0 12 2D 35 24 1D 24
Octal 170 142 102 0 22 55 65 44 35 44
Binary 1111000 1100010 1000010 0 10010 101101 110101 100100 11101 100100

Color Harmonies of #786242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786242

Black with #786242

Text Example


Text Example

White with #786242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786242; }

 p { color: rgb(120,98,66); }

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

background-color css

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

 a { background-color: rgb(120,98,66); }

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

border-color css

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

 span { border-color: rgb(120,98,66); }

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