Html Css Color HEX #78680F Yukon Gold

📋 copy color: '#78680F'

red 120 ◦ green 104 ◦ blue 15

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

Shades of Yukon Gold #78680F

Tints of Yukon Gold #78680F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.28%

R = 50.21%
G = 43.51%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#78680F (or 0x78680F) is known color: Yukon Gold. HEX triplet: 78, 68 and 0F. RGB value is (120,104,15). Sum of RGB (Red+Green+Blue) = 120+104+15=239 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.21% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 120 - color contains mainly: red. Hex color #78680F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78680F is #8797F0. Grayscale: #636363. Windows color (decimal): -8886257 or 1009784. OLE color: 1009784.

HSL color Cylindrical-coordinate representation of color #78680F: hue angle of 50.86º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #78680F is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 104 15 -
CMYK 0 0.13 0.87 0.53
HSL 50.86º 0.78% 0.26% -
HSV(B) 50.86º 0.88% 0.47% -
XYZ 12.78 13.93 2.47 -
YUV 98.64 80.8 143.24 -
System Red Green Blue C M Y K H S L
Decimal 120 104 15 0 0.13 0.87 0.53 50.86 0.78 0.26
Hex 78 68 F 0 D 57 35 33 4E 1A
Octal 170 150 17 0 15 127 65 63 116 32
Binary 1111000 1101000 1111 0 1101 1010111 110101 110011 1001110 11010

Color Harmonies of #78680F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78680F

Black with #78680F

Text Example


Text Example

White with #78680F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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