Html Css Color HEX #7C6202 Yukon Gold

📋 copy color: '#7C6202'

red 124 ◦ green 98 ◦ blue 2

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

Shades of Yukon Gold #7C6202

Tints of Yukon Gold #7C6202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.89%

R = 55.36%
G = 43.75%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#7C6202 (or 0x7C6202) is known color: Yukon Gold. HEX triplet: 7C, 62 and 02. RGB value is (124,98,2). Sum of RGB (Red+Green+Blue) = 124+98+2=224 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.36% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6202 is #839DFD. Grayscale: #5F5F5F. Windows color (decimal): -8625662 or 156284. OLE color: 156284.

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

Color convert

RGB 124 98 2 -
CMYK 0 0.21 0.98 0.51
HSL 47.21º 0.97% 0.25% -
HSV(B) 47.21º 0.98% 0.49% -
XYZ 12.69 13.02 1.9 -
YUV 94.83 75.61 148.81 -
System Red Green Blue C M Y K H S L
Decimal 124 98 2 0 0.21 0.98 0.51 47.21 0.97 0.25
Hex 7C 62 2 0 15 62 33 2F 61 19
Octal 174 142 2 0 25 142 63 57 141 31
Binary 1111100 1100010 10 0 10101 1100010 110011 101111 1100001 11001

Color Harmonies of #7C6202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6202

Black with #7C6202

Text Example


Text Example

White with #7C6202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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