#7C7114

Color #7C7114 Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #7C7114

Tints of Yukon Gold #7C7114

Color information

#7C7114 (or 0x7C7114) is unknown color: approx Yukon Gold. HEX triplet: 7C, 71 and 14. RGB value is (124,113,20). Sum of RGB (Red+Green+Blue) = 124+113+20=257 (34% of max value = 765). Red value is 124 (48.83% from 255 or 48.25% from 257); Green value is 113 (44.53% from 255 or 43.97% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C7114 is #838EEB. Grayscale: #6A6A6A. Windows color (decimal): -8621804 or 1339772. OLE color: 1339772.

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

Color convert

RGB12411320-
CMYK00.090.840.51
HSL53.65º72.22%28.24%-
HSV(B)53.65º83.87%48.63%-
XYZ14.3416.153.02-
YUV105.6979.64141.06-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 48.25%
GREEN value IS 113 (44.53% from 255) = 43.97%
BLUE value IS 20 (8.20% from 255) = 7.78%
R=48.25%
G=43.97%
B=7.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.84
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241132000.090.840.5153.6572.2228.24
Hex7C711409543336481c
Octal17416124011124636611034
Binary1111100111000110100010011010100110011110110100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7C7114;
 }
 .AnyTagClassName
 {
   color: #7C7114;
 }
</style>
background-color css

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

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

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

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

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

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