Html Css Color HEX #78680C Yukon Gold

📋 copy color: '#78680C'

red 120 ◦ green 104 ◦ blue 12

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

Shades of Yukon Gold #78680C

Tints of Yukon Gold #78680C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.08%

R = 50.85%
G = 44.07%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#78680C (or 0x78680C) is known color: Yukon Gold. HEX triplet: 78, 68 and 0C. RGB value is (120,104,12). Sum of RGB (Red+Green+Blue) = 120+104+12=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #78680C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78680C is #8797F3. Grayscale: #626262. Windows color (decimal): -8886260 or 813176. OLE color: 813176.

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

Color convert

RGB 120 104 12 -
CMYK 0 0.13 0.90 0.53
HSL 51.11º 0.82% 0.26% -
HSV(B) 51.11º 0.9% 0.47% -
XYZ 12.76 13.92 2.36 -
YUV 98.3 79.3 143.48 -
System Red Green Blue C M Y K H S L
Decimal 120 104 12 0 0.13 0.90 0.53 51.11 0.82 0.26
Hex 78 68 C 0 D 5A 35 33 52 1A
Octal 170 150 14 0 15 132 65 63 122 32
Binary 1111000 1101000 1100 0 1101 1011010 110101 110011 1010010 11010

Color Harmonies of #78680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78680C

Black with #78680C

Text Example


Text Example

White with #78680C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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