Html Css Color HEX #7F6202 Yukon Gold

📋 copy color: '#7F6202'

red 127 ◦ green 98 ◦ blue 2

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

Shades of Yukon Gold #7F6202

Tints of Yukon Gold #7F6202

RGB

 RED value IS 127 (50% from 255) = 55.95%

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

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

R = 55.95%
G = 43.17%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#7F6202 (or 0x7F6202) is known color: Yukon Gold. HEX triplet: 7F, 62 and 02. RGB value is (127,98,2). Sum of RGB (Red+Green+Blue) = 127+98+2=227 (30% of max value = 765). Red value is 127 (50% from 255 or 55.95% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F6202 is #809DFD. Grayscale: #606060. Windows color (decimal): -8429054 or 156287. OLE color: 156287.

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

Color convert

RGB 127 98 2 -
CMYK 0 0.23 0.98 0.50
HSL 46.08º 0.97% 0.25% -
HSV(B) 46.08º 0.98% 0.5% -
XYZ 13.13 13.25 1.92 -
YUV 95.73 75.11 150.31 -
System Red Green Blue C M Y K H S L
Decimal 127 98 2 0 0.23 0.98 0.50 46.08 0.97 0.25
Hex 7F 62 2 0 17 62 32 2E 61 19
Octal 177 142 2 0 27 142 62 56 141 31
Binary 1111111 1100010 10 0 10111 1100010 110010 101110 1100001 11001

Color Harmonies of #7F6202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6202

Black with #7F6202

Text Example


Text Example

White with #7F6202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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