Html Css Color HEX #7C6711 Yukon Gold

📋 copy color: '#7C6711'

red 124 ◦ green 103 ◦ blue 17

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

Shades of Yukon Gold #7C6711

Tints of Yukon Gold #7C6711

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.21%

 BLUE value IS 17 (7.03% from 255) = 6.97%

R = 50.82%
G = 42.21%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7C6711 (or 0x7C6711) is known color: Yukon Gold. HEX triplet: 7C, 67 and 11. RGB value is (124,103,17). Sum of RGB (Red+Green+Blue) = 124+103+17=244 (32% of max value = 765). Red value is 124 (48.83% from 255 or 50.82% from 244); Green value is 103 (40.62% from 255 or 42.21% from 244); Blue value is 17 (7.03% from 255 or 6.97% from 244); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6711 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6711 is #8398EE. Grayscale: #636363. Windows color (decimal): -8624367 or 1140604. OLE color: 1140604.

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

Color convert

RGB 124 103 17 -
CMYK 0 0.17 0.86 0.51
HSL 48.22º 0.76% 0.28% -
HSV(B) 48.22º 0.86% 0.49% -
XYZ 13.26 14.03 2.54 -
YUV 99.48 81.46 145.49 -
System Red Green Blue C M Y K H S L
Decimal 124 103 17 0 0.17 0.86 0.51 48.22 0.76 0.28
Hex 7C 67 11 0 11 56 33 30 4C 1C
Octal 174 147 21 0 21 126 63 60 114 34
Binary 1111100 1100111 10001 0 10001 1010110 110011 110000 1001100 11100

Color Harmonies of #7C6711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6711

Black with #7C6711

Text Example


Text Example

White with #7C6711

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,103,17); }

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

background-color css

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

 a { background-color: rgb(124,103,17); }

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

border-color css

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

 span { border-color: rgb(124,103,17); }

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