Html Css Color HEX #786442 Yellow Metal

📋 copy color: '#786442'

red 120 ◦ green 100 ◦ blue 66

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

Shades of Yellow Metal #786442

Tints of Yellow Metal #786442

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.97%

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

R = 41.96%
G = 34.97%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#786442 (or 0x786442) is known color: Yellow Metal. HEX triplet: 78, 64 and 42. RGB value is (120,100,66). Sum of RGB (Red+Green+Blue) = 120+100+66=286 (37% of max value = 765). Red value is 120 (47.27% from 255 or 41.96% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 66 (26.17% from 255 or 23.08% from 286); Max value from RGB is 120 - color contains mainly: red. Hex color #786442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786442 is #879BBD. Grayscale: #666666. Windows color (decimal): -8887230 or 4351096. OLE color: 4351096.

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

Color convert

RGB 120 100 66 -
CMYK 0 0.17 0.45 0.53
HSL 37.78º 0.29% 0.36% -
HSV(B) 37.78º 0.45% 0.47% -
XYZ 13.29 13.5 7.06 -
YUV 102.1 107.63 140.76 -
System Red Green Blue C M Y K H S L
Decimal 120 100 66 0 0.17 0.45 0.53 37.78 0.29 0.36
Hex 78 64 42 0 11 2D 35 26 1D 24
Octal 170 144 102 0 21 55 65 46 35 44
Binary 1111000 1100100 1000010 0 10001 101101 110101 100110 11101 100100

Color Harmonies of #786442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786442

Black with #786442

Text Example


Text Example

White with #786442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786442; }

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

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

background-color css

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

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

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

border-color css

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

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

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