Html Css Color HEX #7C6505 Yukon Gold

📋 copy color: '#7C6505'

red 124 ◦ green 101 ◦ blue 5

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

Shades of Yukon Gold #7C6505

Tints of Yukon Gold #7C6505

RGB

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

 GREEN value IS 101 (39.84% from 255) = 43.91%

 BLUE value IS 5 (2.34% from 255) = 2.17%

R = 53.91%
G = 43.91%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.51

RGB Variations

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

Color information

#7C6505 (or 0x7C6505) is known color: Yukon Gold. HEX triplet: 7C, 65 and 05. RGB value is (124,101,5). Sum of RGB (Red+Green+Blue) = 124+101+5=230 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.91% from 230); Green value is 101 (39.84% from 255 or 43.91% from 230); Blue value is 5 (2.34% from 255 or 2.17% from 230); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6505 is #839AFA. Grayscale: #616161. Windows color (decimal): -8624891 or 353660. OLE color: 353660.

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

Color convert

RGB 124 101 5 -
CMYK 0 0.19 0.96 0.51
HSL 48.4º 0.92% 0.25% -
HSV(B) 48.4º 0.96% 0.49% -
XYZ 12.99 13.6 2.08 -
YUV 96.93 76.12 147.31 -
System Red Green Blue C M Y K H S L
Decimal 124 101 5 0 0.19 0.96 0.51 48.4 0.92 0.25
Hex 7C 65 5 0 13 60 33 30 5C 19
Octal 174 145 5 0 23 140 63 60 134 31
Binary 1111100 1100101 101 0 10011 1100000 110011 110000 1011100 11001

Color Harmonies of #7C6505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6505

Black with #7C6505

Text Example


Text Example

White with #7C6505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,101,5); }

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

background-color css

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

 a { background-color: rgb(124,101,5); }

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

border-color css

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

 span { border-color: rgb(124,101,5); }

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