Html Css Color HEX #785F0C Yukon Gold

📋 copy color: '#785F0C'

red 120 ◦ green 95 ◦ blue 12

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

Shades of Yukon Gold #785F0C

Tints of Yukon Gold #785F0C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 41.85%

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

R = 52.86%
G = 41.85%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#785F0C (or 0x785F0C) is known color: Yukon Gold. HEX triplet: 78, 5F and 0C. RGB value is (120,95,12). Sum of RGB (Red+Green+Blue) = 120+95+12=227 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.86% from 227); Green value is 95 (37.5% from 255 or 41.85% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 120 - color contains mainly: red. Hex color #785F0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #785F0C is #87A0F3. Grayscale: #5D5D5D. Windows color (decimal): -8888564 or 810872. OLE color: 810872.

HSL color Cylindrical-coordinate representation of color #785F0C: hue angle of 46.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 #785F0C is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 95 12 -
CMYK 0 0.21 0.90 0.53
HSL 46.11º 0.82% 0.26% -
HSV(B) 46.11º 0.9% 0.47% -
XYZ 11.9 12.2 2.08 -
YUV 93.01 82.28 147.25 -
System Red Green Blue C M Y K H S L
Decimal 120 95 12 0 0.21 0.90 0.53 46.11 0.82 0.26
Hex 78 5F C 0 15 5A 35 2E 52 1A
Octal 170 137 14 0 25 132 65 56 122 32
Binary 1111000 1011111 1100 0 10101 1011010 110101 101110 1010010 11010

Color Harmonies of #785F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785F0C

Black with #785F0C

Text Example


Text Example

White with #785F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785F0C; }

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

 H1.HeaderClassName
 {
   color: #785F0C;
 }
 .AnyTagClassName
 {
   color: #785F0C;
 }
</style>

background-color css

<style>
 a { background-color: #785F0C; }

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

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

border-color css

<style>
 span { border-color: #785F0C; }

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

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