Html Css Color HEX #7C6914 Yukon Gold

📋 copy color: '#7C6914'

red 124 ◦ green 105 ◦ blue 20

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

Shades of Yukon Gold #7C6914

Tints of Yukon Gold #7C6914

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42.17%

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

R = 49.8%
G = 42.17%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#7C6914 (or 0x7C6914) is known color: Yukon Gold. HEX triplet: 7C, 69 and 14. RGB value is (124,105,20). Sum of RGB (Red+Green+Blue) = 124+105+20=249 (32% of max value = 765). Red value is 124 (48.83% from 255 or 49.80% from 249); Green value is 105 (41.41% from 255 or 42.17% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6914 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6914 is #8396EB. Grayscale: #656565. Windows color (decimal): -8623852 or 1337724. OLE color: 1337724.

HSL color Cylindrical-coordinate representation of color #7C6914: hue angle of 49.04º 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 #7C6914 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 105 20 -
CMYK 0 0.15 0.84 0.51
HSL 49.04º 0.72% 0.28% -
HSV(B) 49.04º 0.84% 0.49% -
XYZ 13.49 14.44 2.74 -
YUV 100.99 82.29 144.41 -
System Red Green Blue C M Y K H S L
Decimal 124 105 20 0 0.15 0.84 0.51 49.04 0.72 0.28
Hex 7C 69 14 0 F 54 33 31 48 1C
Octal 174 151 24 0 17 124 63 61 110 34
Binary 1111100 1101001 10100 0 1111 1010100 110011 110001 1001000 11100

Color Harmonies of #7C6914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6914

Black with #7C6914

Text Example


Text Example

White with #7C6914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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