Html Css Color HEX #786C10 Yukon Gold

📋 copy color: '#786C10'

red 120 ◦ green 108 ◦ blue 16

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

Shades of Yukon Gold #786C10

Tints of Yukon Gold #786C10

RGB

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

 GREEN value IS 108 (42.58% from 255) = 44.26%

 BLUE value IS 16 (6.64% from 255) = 6.56%

R = 49.18%
G = 44.26%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#786C10 (or 0x786C10) is known color: Yukon Gold. HEX triplet: 78, 6C and 10. RGB value is (120,108,16). Sum of RGB (Red+Green+Blue) = 120+108+16=244 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.18% from 244); Green value is 108 (42.58% from 255 or 44.26% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 120 - color contains mainly: red. Hex color #786C10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #786C10 is #8793EF. Grayscale: #656565. Windows color (decimal): -8885232 or 1076344. OLE color: 1076344.

HSL color Cylindrical-coordinate representation of color #786C10: hue angle of 53.08º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #786C10 is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 108 16 -
CMYK 0 0.10 0.87 0.53
HSL 53.08º 0.76% 0.27% -
HSV(B) 53.08º 0.87% 0.47% -
XYZ 13.2 14.76 2.64 -
YUV 101.1 79.98 141.48 -
System Red Green Blue C M Y K H S L
Decimal 120 108 16 0 0.10 0.87 0.53 53.08 0.76 0.27
Hex 78 6C 10 0 A 57 35 35 4C 1B
Octal 170 154 20 0 12 127 65 65 114 33
Binary 1111000 1101100 10000 0 1010 1010111 110101 110101 1001100 11011

Color Harmonies of #786C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #786C10

Black with #786C10

Text Example


Text Example

White with #786C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #786C10; }

 p { color: rgb(120,108,16); }

 H1.HeaderClassName
 {
   color: #786C10;
 }
 .AnyTagClassName
 {
   color: #786C10;
 }
</style>

background-color css

<style>
 a { background-color: #786C10; }

 a { background-color: rgb(120,108,16); }

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

border-color css

<style>
 span { border-color: #786C10; }

 span { border-color: rgb(120,108,16); }

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