Html Css Color HEX #7C7117 Yukon Gold

📋 copy color: '#7C7117'

red 124 ◦ green 113 ◦ blue 23

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

Shades of Yukon Gold #7C7117

Tints of Yukon Gold #7C7117

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.46%

 BLUE value IS 23 (9.38% from 255) = 8.85%

R = 47.69%
G = 43.46%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.81

 K value IS 0.51

RGB Variations

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

Color information

#7C7117 (or 0x7C7117) is known color: Yukon Gold. HEX triplet: 7C, 71 and 17. RGB value is (124,113,23). Sum of RGB (Red+Green+Blue) = 124+113+23=260 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.69% from 260); Green value is 113 (44.53% from 255 or 43.46% from 260); Blue value is 23 (9.38% from 255 or 8.85% from 260); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7117 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7117 is #838EE8. Grayscale: #6A6A6A. Windows color (decimal): -8621801 or 1536380. OLE color: 1536380.

HSL color Cylindrical-coordinate representation of color #7C7117: hue angle of 53.47º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C7117 is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 113 23 -
CMYK 0 0.09 0.81 0.51
HSL 53.47º 0.69% 0.29% -
HSV(B) 53.47º 0.81% 0.49% -
XYZ 14.37 16.16 3.17 -
YUV 106.03 81.14 140.82 -
System Red Green Blue C M Y K H S L
Decimal 124 113 23 0 0.09 0.81 0.51 53.47 0.69 0.29
Hex 7C 71 17 0 9 51 33 35 45 1D
Octal 174 161 27 0 11 121 63 65 105 35
Binary 1111100 1110001 10111 0 1001 1010001 110011 110101 1000101 11101

Color Harmonies of #7C7117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7117

Black with #7C7117

Text Example


Text Example

White with #7C7117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,113,23); }

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

background-color css

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

 a { background-color: rgb(124,113,23); }

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

border-color css

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

 span { border-color: rgb(124,113,23); }

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