Html Css Color HEX #78683A Yellow Metal

📋 copy color: '#78683A'

red 120 ◦ green 104 ◦ blue 58

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

Shades of Yellow Metal #78683A

Tints of Yellow Metal #78683A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.57%

R = 42.55%
G = 36.88%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#78683A (or 0x78683A) is known color: Yellow Metal. HEX triplet: 78, 68 and 3A. RGB value is (120,104,58). Sum of RGB (Red+Green+Blue) = 120+104+58=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 120 - color contains mainly: red. Hex color #78683A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78683A is #8797C5. Grayscale: #676767. Windows color (decimal): -8886214 or 3827832. OLE color: 3827832.

HSL color Cylindrical-coordinate representation of color #78683A: hue angle of 44.52º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78683A is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 104 58 -
CMYK 0 0.13 0.52 0.53
HSL 44.52º 0.35% 0.35% -
HSV(B) 44.52º 0.52% 0.47% -
XYZ 13.46 14.2 6.03 -
YUV 103.54 102.3 139.74 -
System Red Green Blue C M Y K H S L
Decimal 120 104 58 0 0.13 0.52 0.53 44.52 0.35 0.35
Hex 78 68 3A 0 D 34 35 2D 23 23
Octal 170 150 72 0 15 64 65 55 43 43
Binary 1111000 1101000 111010 0 1101 110100 110101 101101 100011 100011

Color Harmonies of #78683A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78683A

Black with #78683A

Text Example


Text Example

White with #78683A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78683A; }

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

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

background-color css

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

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

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

border-color css

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

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

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