Html Css Color HEX #78613F Yellow Metal

📋 copy color: '#78613F'

red 120 ◦ green 97 ◦ blue 63

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

Shades of Yellow Metal #78613F

Tints of Yellow Metal #78613F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.5%

R = 42.86%
G = 34.64%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#78613F (or 0x78613F) is known color: Yellow Metal. HEX triplet: 78, 61 and 3F. RGB value is (120,97,63). Sum of RGB (Red+Green+Blue) = 120+97+63=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 120 - color contains mainly: red. Hex color #78613F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78613F is #879EC0. Grayscale: #646464. Windows color (decimal): -8888001 or 4153720. OLE color: 4153720.

HSL color Cylindrical-coordinate representation of color #78613F: hue angle of 35.79º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78613F is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 97 63 -
CMYK 0 0.19 0.48 0.53
HSL 35.79º 0.31% 0.36% -
HSV(B) 35.79º 0.48% 0.47% -
XYZ 12.92 12.9 6.51 -
YUV 100 107.12 142.26 -
System Red Green Blue C M Y K H S L
Decimal 120 97 63 0 0.19 0.48 0.53 35.79 0.31 0.36
Hex 78 61 3F 0 13 30 35 24 1F 24
Octal 170 141 77 0 23 60 65 44 37 44
Binary 1111000 1100001 111111 0 10011 110000 110101 100100 11111 100100

Color Harmonies of #78613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78613F

Black with #78613F

Text Example


Text Example

White with #78613F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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