Html Css Color HEX #7C6004 Yukon Gold

📋 copy color: '#7C6004'

red 124 ◦ green 96 ◦ blue 4

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

Shades of Yukon Gold #7C6004

Tints of Yukon Gold #7C6004

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.86%

 BLUE value IS 4 (1.95% from 255) = 1.79%

R = 55.36%
G = 42.86%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.51

RGB Variations

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

Color information

#7C6004 (or 0x7C6004) is known color: Yukon Gold. HEX triplet: 7C, 60 and 04. RGB value is (124,96,4). Sum of RGB (Red+Green+Blue) = 124+96+4=224 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.36% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 4 (1.95% from 255 or 1.79% from 224); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6004 is #839FFB. Grayscale: #5E5E5E. Windows color (decimal): -8626172 or 286844. OLE color: 286844.

HSL color Cylindrical-coordinate representation of color #7C6004: hue angle of 46º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C6004 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 96 4 -
CMYK 0 0.23 0.97 0.51
HSL 46º 0.94% 0.25% -
HSV(B) 46º 0.97% 0.49% -
XYZ 12.52 12.66 1.9 -
YUV 93.88 77.28 149.48 -
System Red Green Blue C M Y K H S L
Decimal 124 96 4 0 0.23 0.97 0.51 46 0.94 0.25
Hex 7C 60 4 0 17 61 33 2E 5E 19
Octal 174 140 4 0 27 141 63 56 136 31
Binary 1111100 1100000 100 0 10111 1100001 110011 101110 1011110 11001

Color Harmonies of #7C6004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6004

Black with #7C6004

Text Example


Text Example

White with #7C6004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,96,4); }

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

background-color css

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

 a { background-color: rgb(124,96,4); }

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

border-color css

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

 span { border-color: rgb(124,96,4); }

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