Html Css Color HEX #7C620B Yukon Gold

📋 copy color: '#7C620B'

red 124 ◦ green 98 ◦ blue 11

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

Shades of Yukon Gold #7C620B

Tints of Yukon Gold #7C620B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.72%

R = 53.22%
G = 42.06%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.51

RGB Variations

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

Color information

#7C620B (or 0x7C620B) is known color: Yukon Gold. HEX triplet: 7C, 62 and 0B. RGB value is (124,98,11). Sum of RGB (Red+Green+Blue) = 124+98+11=233 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.22% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 11 (4.69% from 255 or 4.72% from 233); Max value from RGB is 124 - color contains mainly: red. Hex color #7C620B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C620B is #839DF4. Grayscale: #606060. Windows color (decimal): -8625653 or 746108. OLE color: 746108.

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

Color convert

RGB 124 98 11 -
CMYK 0 0.21 0.91 0.51
HSL 46.19º 0.84% 0.26% -
HSV(B) 46.19º 0.91% 0.49% -
XYZ 12.74 13.04 2.16 -
YUV 95.86 80.11 148.07 -
System Red Green Blue C M Y K H S L
Decimal 124 98 11 0 0.21 0.91 0.51 46.19 0.84 0.26
Hex 7C 62 B 0 15 5B 33 2E 54 1A
Octal 174 142 13 0 25 133 63 56 124 32
Binary 1111100 1100010 1011 0 10101 1011011 110011 101110 1010100 11010

Color Harmonies of #7C620B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C620B

Black with #7C620B

Text Example


Text Example

White with #7C620B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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