Html Css Color HEX #7C7014 Yukon Gold

📋 copy color: '#7C7014'

red 124 ◦ green 112 ◦ blue 20

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

Shades of Yukon Gold #7C7014

Tints of Yukon Gold #7C7014

RGB

 RED value IS 124 (48.83% from 255) = 48.44%

 GREEN value IS 112 (44.14% from 255) = 43.75%

 BLUE value IS 20 (8.2% from 255) = 7.81%

R = 48.44%
G = 43.75%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#7C7014 (or 0x7C7014) is known color: Yukon Gold. HEX triplet: 7C, 70 and 14. RGB value is (124,112,20). Sum of RGB (Red+Green+Blue) = 124+112+20=256 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.44% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7014 is #838FEB. Grayscale: #696969. Windows color (decimal): -8622060 or 1339516. OLE color: 1339516.

HSL color Cylindrical-coordinate representation of color #7C7014: hue angle of 53.08º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7C7014 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 112 20 -
CMYK 0 0.10 0.84 0.51
HSL 53.08º 0.72% 0.28% -
HSV(B) 53.08º 0.84% 0.49% -
XYZ 14.23 15.92 2.99 -
YUV 105.1 79.98 141.48 -
System Red Green Blue C M Y K H S L
Decimal 124 112 20 0 0.10 0.84 0.51 53.08 0.72 0.28
Hex 7C 70 14 0 A 54 33 35 48 1C
Octal 174 160 24 0 12 124 63 65 110 34
Binary 1111100 1110000 10100 0 1010 1010100 110011 110101 1001000 11100

Color Harmonies of #7C7014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7014

Black with #7C7014

Text Example


Text Example

White with #7C7014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C7014; }

 p { color: rgb(124,112,20); }

 H1.HeaderClassName
 {
   color: #7C7014;
 }
 .AnyTagClassName
 {
   color: #7C7014;
 }
</style>

background-color css

<style>
 a { background-color: #7C7014; }

 a { background-color: rgb(124,112,20); }

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

border-color css

<style>
 span { border-color: #7C7014; }

 span { border-color: rgb(124,112,20); }

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