Html Css Color HEX #786842 Yellow Metal

📋 copy color: '#786842'

red 120 ◦ green 104 ◦ blue 66

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

Shades of Yellow Metal #786842

Tints of Yellow Metal #786842

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.86%

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

R = 41.38%
G = 35.86%
B = 22.76%

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

#786842 (or 0x786842) is known color: Yellow Metal. HEX triplet: 78, 68 and 42. RGB value is (120,104,66). Sum of RGB (Red+Green+Blue) = 120+104+66=290 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.38% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 120 - color contains mainly: red. Hex color #786842 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786842 is #8797BD. Grayscale: #686868. Windows color (decimal): -8886206 or 4352120. OLE color: 4352120.

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

Color convert

RGB 120 104 66 -
CMYK 0 0.13 0.45 0.53
HSL 42.22º 0.29% 0.36% -
HSV(B) 42.22º 0.45% 0.47% -
XYZ 13.68 14.29 7.19 -
YUV 104.45 106.3 139.09 -
System Red Green Blue C M Y K H S L
Decimal 120 104 66 0 0.13 0.45 0.53 42.22 0.29 0.36
Hex 78 68 42 0 D 2D 35 2A 1D 24
Octal 170 150 102 0 15 55 65 52 35 44
Binary 1111000 1101000 1000010 0 1101 101101 110101 101010 11101 100100

Color Harmonies of #786842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786842

Black with #786842

Text Example


Text Example

White with #786842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786842; }

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

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

background-color css

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

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

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

border-color css

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

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

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