Html Css Color HEX #78650D Yukon Gold

📋 copy color: '#78650D'

red 120 ◦ green 101 ◦ blue 13

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

Shades of Yukon Gold #78650D

Tints of Yukon Gold #78650D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 43.16%

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

R = 51.28%
G = 43.16%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#78650D (or 0x78650D) is known color: Yukon Gold. HEX triplet: 78, 65 and 0D. RGB value is (120,101,13). Sum of RGB (Red+Green+Blue) = 120+101+13=234 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.28% from 234); Green value is 101 (39.84% from 255 or 43.16% from 234); Blue value is 13 (5.47% from 255 or 5.56% from 234); Max value from RGB is 120 - color contains mainly: red. Hex color #78650D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78650D is #879AF2. Grayscale: #616161. Windows color (decimal): -8887027 or 877944. OLE color: 877944.

HSL color Cylindrical-coordinate representation of color #78650D: hue angle of 49.35º 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 #78650D is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 101 13 -
CMYK 0 0.16 0.89 0.53
HSL 49.35º 0.8% 0.26% -
HSV(B) 49.35º 0.89% 0.47% -
XYZ 12.47 13.33 2.3 -
YUV 96.65 80.79 144.66 -
System Red Green Blue C M Y K H S L
Decimal 120 101 13 0 0.16 0.89 0.53 49.35 0.8 0.26
Hex 78 65 D 0 10 59 35 31 50 1A
Octal 170 145 15 0 20 131 65 61 120 32
Binary 1111000 1100101 1101 0 10000 1011001 110101 110001 1010000 11010

Color Harmonies of #78650D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78650D

Black with #78650D

Text Example


Text Example

White with #78650D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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