Html Css Color HEX #7F6D26 Yukon Gold

📋 copy color: '#7F6D26'

red 127 ◦ green 109 ◦ blue 38

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

Shades of Yukon Gold #7F6D26

Tints of Yukon Gold #7F6D26

RGB

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

 GREEN value IS 109 (42.97% from 255) = 39.78%

 BLUE value IS 38 (15.23% from 255) = 13.87%

R = 46.35%
G = 39.78%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.50

RGB Variations

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

Color information

#7F6D26 (or 0x7F6D26) is known color: Yukon Gold. HEX triplet: 7F, 6D and 26. RGB value is (127,109,38). Sum of RGB (Red+Green+Blue) = 127+109+38=274 (36% of max value = 765). Red value is 127 (50% from 255 or 46.35% from 274); Green value is 109 (42.97% from 255 or 39.78% from 274); Blue value is 38 (15.23% from 255 or 13.87% from 274); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6D26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6D26 is #8092D9. Grayscale: #6A6A6A. Windows color (decimal): -8426202 or 2518399. OLE color: 2518399.

HSL color Cylindrical-coordinate representation of color #7F6D26: hue angle of 47.87º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7F6D26 is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 109 38 -
CMYK 0 0.14 0.70 0.50
HSL 47.87º 0.54% 0.32% -
HSV(B) 47.87º 0.7% 0.5% -
XYZ 14.57 15.59 4.07 -
YUV 106.29 89.46 142.77 -
System Red Green Blue C M Y K H S L
Decimal 127 109 38 0 0.14 0.70 0.50 47.87 0.54 0.32
Hex 7F 6D 26 0 E 46 32 30 36 20
Octal 177 155 46 0 16 106 62 60 66 40
Binary 1111111 1101101 100110 0 1110 1000110 110010 110000 110110 100000

Color Harmonies of #7F6D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6D26

Black with #7F6D26

Text Example


Text Example

White with #7F6D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,109,38); }

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

background-color css

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

 a { background-color: rgb(127,109,38); }

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

border-color css

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

 span { border-color: rgb(127,109,38); }

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