Html Css Color HEX #7C7211 Yukon Gold

📋 copy color: '#7C7211'

red 124 ◦ green 114 ◦ blue 17

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

Shades of Yukon Gold #7C7211

Tints of Yukon Gold #7C7211

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.71%

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

R = 48.63%
G = 44.71%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7C7211 (or 0x7C7211) is known color: Yukon Gold. HEX triplet: 7C, 72 and 11. RGB value is (124,114,17). Sum of RGB (Red+Green+Blue) = 124+114+17=255 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.63% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7211 is #838DEE. Grayscale: #6A6A6A. Windows color (decimal): -8621551 or 1143420. OLE color: 1143420.

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

Color convert

RGB 124 114 17 -
CMYK 0 0.08 0.86 0.51
HSL 54.39º 0.76% 0.28% -
HSV(B) 54.39º 0.86% 0.49% -
XYZ 14.43 16.36 2.93 -
YUV 105.93 77.81 140.89 -
System Red Green Blue C M Y K H S L
Decimal 124 114 17 0 0.08 0.86 0.51 54.39 0.76 0.28
Hex 7C 72 11 0 8 56 33 36 4C 1C
Octal 174 162 21 0 10 126 63 66 114 34
Binary 1111100 1110010 10001 0 1000 1010110 110011 110110 1001100 11100

Color Harmonies of #7C7211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7211

Black with #7C7211

Text Example


Text Example

White with #7C7211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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