Html Css Color HEX #7F6120 Yukon Gold

📋 copy color: '#7F6120'

red 127 ◦ green 97 ◦ blue 32

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

Shades of Yukon Gold #7F6120

Tints of Yukon Gold #7F6120

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.89%

 BLUE value IS 32 (12.89% from 255) = 12.5%

R = 49.61%
G = 37.89%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#7F6120 (or 0x7F6120) is known color: Yukon Gold. HEX triplet: 7F, 61 and 20. RGB value is (127,97,32). Sum of RGB (Red+Green+Blue) = 127+97+32=256 (33% of max value = 765). Red value is 127 (50% from 255 or 49.61% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6120 is #809EDF. Grayscale: #626262. Windows color (decimal): -8429280 or 2122111. OLE color: 2122111.

HSL color Cylindrical-coordinate representation of color #7F6120: hue angle of 41.05º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F6120 is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 97 32 -
CMYK 0 0.24 0.75 0.50
HSL 41.05º 0.6% 0.31% -
HSV(B) 41.05º 0.75% 0.5% -
XYZ 13.29 13.17 3.21 -
YUV 98.56 90.44 148.29 -
System Red Green Blue C M Y K H S L
Decimal 127 97 32 0 0.24 0.75 0.50 41.05 0.6 0.31
Hex 7F 61 20 0 18 4B 32 29 3C 1F
Octal 177 141 40 0 30 113 62 51 74 37
Binary 1111111 1100001 100000 0 11000 1001011 110010 101001 111100 11111

Color Harmonies of #7F6120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6120

Black with #7F6120

Text Example


Text Example

White with #7F6120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,97,32); }

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

background-color css

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

 a { background-color: rgb(127,97,32); }

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

border-color css

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

 span { border-color: rgb(127,97,32); }

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