Html Css Color HEX #7C620F Yukon Gold

📋 copy color: '#7C620F'

red 124 ◦ green 98 ◦ blue 15

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

Shades of Yukon Gold #7C620F

Tints of Yukon Gold #7C620F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.33%

R = 52.32%
G = 41.35%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#7C620F (or 0x7C620F) is known color: Yukon Gold. HEX triplet: 7C, 62 and 0F. RGB value is (124,98,15). Sum of RGB (Red+Green+Blue) = 124+98+15=237 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.32% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 15 (6.25% from 255 or 6.33% from 237); Max value from RGB is 124 - color contains mainly: red. Hex color #7C620F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C620F is #839DF0. Grayscale: #606060. Windows color (decimal): -8625649 or 1008252. OLE color: 1008252.

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

Color convert

RGB 124 98 15 -
CMYK 0 0.21 0.88 0.51
HSL 45.69º 0.78% 0.27% -
HSV(B) 45.69º 0.88% 0.49% -
XYZ 12.77 13.05 2.3 -
YUV 96.31 82.11 147.75 -
System Red Green Blue C M Y K H S L
Decimal 124 98 15 0 0.21 0.88 0.51 45.69 0.78 0.27
Hex 7C 62 F 0 15 58 33 2E 4E 1B
Octal 174 142 17 0 25 130 63 56 116 33
Binary 1111100 1100010 1111 0 10101 1011000 110011 101110 1001110 11011

Color Harmonies of #7C620F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C620F

Black with #7C620F

Text Example


Text Example

White with #7C620F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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