Html Css Color HEX #78610D Yukon Gold

📋 copy color: '#78610D'

red 120 ◦ green 97 ◦ blue 13

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

Shades of Yukon Gold #78610D

Tints of Yukon Gold #78610D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.65%

R = 52.17%
G = 42.17%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#78610D (or 0x78610D) is known color: Yukon Gold. HEX triplet: 78, 61 and 0D. RGB value is (120,97,13). Sum of RGB (Red+Green+Blue) = 120+97+13=230 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.17% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 120 - color contains mainly: red. Hex color #78610D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78610D is #879EF2. Grayscale: #5E5E5E. Windows color (decimal): -8888051 or 876920. OLE color: 876920.

HSL color Cylindrical-coordinate representation of color #78610D: hue angle of 47.1º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #78610D is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 97 13 -
CMYK 0 0.19 0.89 0.53
HSL 47.1º 0.8% 0.26% -
HSV(B) 47.1º 0.89% 0.47% -
XYZ 12.09 12.57 2.17 -
YUV 94.3 82.12 146.33 -
System Red Green Blue C M Y K H S L
Decimal 120 97 13 0 0.19 0.89 0.53 47.1 0.8 0.26
Hex 78 61 D 0 13 59 35 2F 50 1A
Octal 170 141 15 0 23 131 65 57 120 32
Binary 1111000 1100001 1101 0 10011 1011001 110101 101111 1010000 11010

Color Harmonies of #78610D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78610D

Black with #78610D

Text Example


Text Example

White with #78610D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78610D; }

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

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

background-color css

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

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

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

border-color css

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

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

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