Html Css Color HEX #7F6E25 Yukon Gold

📋 copy color: '#7F6E25'

red 127 ◦ green 110 ◦ blue 37

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

Shades of Yukon Gold #7F6E25

Tints of Yukon Gold #7F6E25

RGB

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

 GREEN value IS 110 (43.36% from 255) = 40.15%

 BLUE value IS 37 (14.84% from 255) = 13.5%

R = 46.35%
G = 40.15%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.50

RGB Variations

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

Color information

#7F6E25 (or 0x7F6E25) is known color: Yukon Gold. HEX triplet: 7F, 6E and 25. RGB value is (127,110,37). Sum of RGB (Red+Green+Blue) = 127+110+37=274 (36% of max value = 765). Red value is 127 (50% from 255 or 46.35% from 274); Green value is 110 (43.36% from 255 or 40.15% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6E25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6E25 is #8091DA. Grayscale: #6B6B6B. Windows color (decimal): -8425947 or 2453119. OLE color: 2453119.

HSL color Cylindrical-coordinate representation of color #7F6E25: hue angle of 48.67º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7F6E25 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 110 37 -
CMYK 0 0.13 0.71 0.50
HSL 48.67º 0.55% 0.32% -
HSV(B) 48.67º 0.71% 0.5% -
XYZ 14.66 15.8 4.03 -
YUV 106.76 88.63 142.44 -
System Red Green Blue C M Y K H S L
Decimal 127 110 37 0 0.13 0.71 0.50 48.67 0.55 0.32
Hex 7F 6E 25 0 D 47 32 31 37 20
Octal 177 156 45 0 15 107 62 61 67 40
Binary 1111111 1101110 100101 0 1101 1000111 110010 110001 110111 100000

Color Harmonies of #7F6E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6E25

Black with #7F6E25

Text Example


Text Example

White with #7F6E25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,110,37); }

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

background-color css

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

 a { background-color: rgb(127,110,37); }

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

border-color css

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

 span { border-color: rgb(127,110,37); }

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