Html Css Color HEX #7F6204 Yukon Gold

📋 copy color: '#7F6204'

red 127 ◦ green 98 ◦ blue 4

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

Shades of Yukon Gold #7F6204

Tints of Yukon Gold #7F6204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.75%

R = 55.46%
G = 42.79%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.50

RGB Variations

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

Color information

#7F6204 (or 0x7F6204) is known color: Yukon Gold. HEX triplet: 7F, 62 and 04. RGB value is (127,98,4). Sum of RGB (Red+Green+Blue) = 127+98+4=229 (30% of max value = 765). Red value is 127 (50% from 255 or 55.46% from 229); Green value is 98 (38.67% from 255 or 42.79% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F6204 is #809DFB. Grayscale: #606060. Windows color (decimal): -8429052 or 287359. OLE color: 287359.

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

Color convert

RGB 127 98 4 -
CMYK 0 0.23 0.97 0.50
HSL 45.85º 0.94% 0.26% -
HSV(B) 45.85º 0.97% 0.5% -
XYZ 13.14 13.26 1.98 -
YUV 95.96 76.11 150.14 -
System Red Green Blue C M Y K H S L
Decimal 127 98 4 0 0.23 0.97 0.50 45.85 0.94 0.26
Hex 7F 62 4 0 17 61 32 2E 5E 1A
Octal 177 142 4 0 27 141 62 56 136 32
Binary 1111111 1100010 100 0 10111 1100001 110010 101110 1011110 11010

Color Harmonies of #7F6204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6204

Black with #7F6204

Text Example


Text Example

White with #7F6204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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