Html Css Color HEX #786742 Yellow Metal

📋 copy color: '#786742'

red 120 ◦ green 103 ◦ blue 66

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

Shades of Yellow Metal #786742

Tints of Yellow Metal #786742

RGB

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

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

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

R = 41.52%
G = 35.64%
B = 22.84%

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

#786742 (or 0x786742) is known color: Yellow Metal. HEX triplet: 78, 67 and 42. RGB value is (120,103,66). Sum of RGB (Red+Green+Blue) = 120+103+66=289 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.52% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 120 - color contains mainly: red. Hex color #786742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786742 is #8798BD. Grayscale: #686868. Windows color (decimal): -8886462 or 4351864. OLE color: 4351864.

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

Color convert

RGB 120 103 66 -
CMYK 0 0.14 0.45 0.53
HSL 41.11º 0.29% 0.36% -
HSV(B) 41.11º 0.45% 0.47% -
XYZ 13.58 14.09 7.16 -
YUV 103.87 106.63 139.51 -
System Red Green Blue C M Y K H S L
Decimal 120 103 66 0 0.14 0.45 0.53 41.11 0.29 0.36
Hex 78 67 42 0 E 2D 35 29 1D 24
Octal 170 147 102 0 16 55 65 51 35 44
Binary 1111000 1100111 1000010 0 1110 101101 110101 101001 11101 100100

Color Harmonies of #786742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786742

Black with #786742

Text Example


Text Example

White with #786742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786742; }

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

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

background-color css

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

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

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

border-color css

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

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

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