Html Css Color HEX #786142 Yellow Metal

📋 copy color: '#786142'

red 120 ◦ green 97 ◦ blue 66

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

Shades of Yellow Metal #786142

Tints of Yellow Metal #786142

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.28%

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

R = 42.4%
G = 34.28%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#786142 (or 0x786142) is known color: Yellow Metal. HEX triplet: 78, 61 and 42. RGB value is (120,97,66). Sum of RGB (Red+Green+Blue) = 120+97+66=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 120 - color contains mainly: red. Hex color #786142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786142 is #879EBD. Grayscale: #646464. Windows color (decimal): -8887998 or 4350328. OLE color: 4350328.

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

Color convert

RGB 120 97 66 -
CMYK 0 0.19 0.45 0.53
HSL 34.44º 0.29% 0.36% -
HSV(B) 34.44º 0.45% 0.47% -
XYZ 13 12.94 6.97 -
YUV 100.34 108.62 142.02 -
System Red Green Blue C M Y K H S L
Decimal 120 97 66 0 0.19 0.45 0.53 34.44 0.29 0.36
Hex 78 61 42 0 13 2D 35 22 1D 24
Octal 170 141 102 0 23 55 65 42 35 44
Binary 1111000 1100001 1000010 0 10011 101101 110101 100010 11101 100100

Color Harmonies of #786142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786142

Black with #786142

Text Example


Text Example

White with #786142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786142; }

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

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

background-color css

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

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

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

border-color css

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

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

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