Html Css Color HEX #786642 Yellow Metal

📋 copy color: '#786642'

red 120 ◦ green 102 ◦ blue 66

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

Shades of Yellow Metal #786642

Tints of Yellow Metal #786642

RGB

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

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

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

R = 41.67%
G = 35.42%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#786642 (or 0x786642) is known color: Yellow Metal. HEX triplet: 78, 66 and 42. RGB value is (120,102,66). Sum of RGB (Red+Green+Blue) = 120+102+66=288 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.67% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 120 - color contains mainly: red. Hex color #786642 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786642 is #8799BD. Grayscale: #676767. Windows color (decimal): -8886718 or 4351608. OLE color: 4351608.

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

Color convert

RGB 120 102 66 -
CMYK 0 0.15 0.45 0.53
HSL 40º 0.29% 0.36% -
HSV(B) 40º 0.45% 0.47% -
XYZ 13.48 13.89 7.12 -
YUV 103.28 106.96 139.93 -
System Red Green Blue C M Y K H S L
Decimal 120 102 66 0 0.15 0.45 0.53 40 0.29 0.36
Hex 78 66 42 0 F 2D 35 28 1D 24
Octal 170 146 102 0 17 55 65 50 35 44
Binary 1111000 1100110 1000010 0 1111 101101 110101 101000 11101 100100

Color Harmonies of #786642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786642

Black with #786642

Text Example


Text Example

White with #786642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786642; }

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

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

background-color css

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

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

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

border-color css

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

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

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