Html Css Color HEX #78640A Yukon Gold

📋 copy color: '#78640A'

red 120 ◦ green 100 ◦ blue 10

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

Shades of Yukon Gold #78640A

Tints of Yukon Gold #78640A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 43.48%

 BLUE value IS 10 (4.3% from 255) = 4.35%

R = 52.17%
G = 43.48%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#78640A (or 0x78640A) is known color: Yukon Gold. HEX triplet: 78, 64 and 0A. RGB value is (120,100,10). Sum of RGB (Red+Green+Blue) = 120+100+10=230 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.17% from 230); Green value is 100 (39.45% from 255 or 43.48% from 230); Blue value is 10 (4.30% from 255 or 4.35% from 230); Max value from RGB is 120 - color contains mainly: red. Hex color #78640A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78640A is #879BF5. Grayscale: #606060. Windows color (decimal): -8887286 or 681080. OLE color: 681080.

HSL color Cylindrical-coordinate representation of color #78640A: hue angle of 49.09º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #78640A is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 100 10 -
CMYK 0 0.17 0.92 0.53
HSL 49.09º 0.85% 0.25% -
HSV(B) 49.09º 0.92% 0.47% -
XYZ 12.36 13.13 2.17 -
YUV 95.72 79.63 145.32 -
System Red Green Blue C M Y K H S L
Decimal 120 100 10 0 0.17 0.92 0.53 49.09 0.85 0.25
Hex 78 64 A 0 11 5C 35 31 55 19
Octal 170 144 12 0 21 134 65 61 125 31
Binary 1111000 1100100 1010 0 10001 1011100 110101 110001 1010101 11001

Color Harmonies of #78640A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78640A

Black with #78640A

Text Example


Text Example

White with #78640A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78640A; }

 p { color: rgb(120,100,10); }

 H1.HeaderClassName
 {
   color: #78640A;
 }
 .AnyTagClassName
 {
   color: #78640A;
 }
</style>

background-color css

<style>
 a { background-color: #78640A; }

 a { background-color: rgb(120,100,10); }

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

border-color css

<style>
 span { border-color: #78640A; }

 span { border-color: rgb(120,100,10); }

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