Html Css Color HEX #78613A Yellow Metal

📋 copy color: '#78613A'

red 120 ◦ green 97 ◦ blue 58

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

Shades of Yellow Metal #78613A

Tints of Yellow Metal #78613A

RGB

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

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

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

R = 43.64%
G = 35.27%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#78613A (or 0x78613A) is known color: Yellow Metal. HEX triplet: 78, 61 and 3A. RGB value is (120,97,58). Sum of RGB (Red+Green+Blue) = 120+97+58=275 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.64% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 120 - color contains mainly: red. Hex color #78613A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78613A is #879EC5. Grayscale: #636363. Windows color (decimal): -8888006 or 3826040. OLE color: 3826040.

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

Color convert

RGB 120 97 58 -
CMYK 0 0.19 0.52 0.53
HSL 37.74º 0.35% 0.35% -
HSV(B) 37.74º 0.52% 0.47% -
XYZ 12.78 12.85 5.81 -
YUV 99.43 104.62 142.67 -
System Red Green Blue C M Y K H S L
Decimal 120 97 58 0 0.19 0.52 0.53 37.74 0.35 0.35
Hex 78 61 3A 0 13 34 35 26 23 23
Octal 170 141 72 0 23 64 65 46 43 43
Binary 1111000 1100001 111010 0 10011 110100 110101 100110 100011 100011

Color Harmonies of #78613A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78613A

Black with #78613A

Text Example


Text Example

White with #78613A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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