Html Css Color HEX #7C620A Yukon Gold

📋 copy color: '#7C620A'

red 124 ◦ green 98 ◦ blue 10

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

Shades of Yukon Gold #7C620A

Tints of Yukon Gold #7C620A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.24%

 BLUE value IS 10 (4.3% from 255) = 4.31%

R = 53.45%
G = 42.24%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.51

RGB Variations

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

Color information

#7C620A (or 0x7C620A) is known color: Yukon Gold. HEX triplet: 7C, 62 and 0A. RGB value is (124,98,10). Sum of RGB (Red+Green+Blue) = 124+98+10=232 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.45% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 124 - color contains mainly: red. Hex color #7C620A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C620A is #839DF5. Grayscale: #606060. Windows color (decimal): -8625654 or 680572. OLE color: 680572.

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

Color convert

RGB 124 98 10 -
CMYK 0 0.21 0.92 0.51
HSL 46.32º 0.85% 0.26% -
HSV(B) 46.32º 0.92% 0.49% -
XYZ 12.73 13.04 2.13 -
YUV 95.74 79.61 148.16 -
System Red Green Blue C M Y K H S L
Decimal 124 98 10 0 0.21 0.92 0.51 46.32 0.85 0.26
Hex 7C 62 A 0 15 5C 33 2E 55 1A
Octal 174 142 12 0 25 134 63 56 125 32
Binary 1111100 1100010 1010 0 10101 1011100 110011 101110 1010101 11010

Color Harmonies of #7C620A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C620A

Black with #7C620A

Text Example


Text Example

White with #7C620A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,98,10); }

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

background-color css

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

 a { background-color: rgb(124,98,10); }

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

border-color css

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

 span { border-color: rgb(124,98,10); }

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