Html Css Color HEX #7E710F Yukon Gold

📋 copy color: '#7E710F'

red 126 ◦ green 113 ◦ blue 15

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

Shades of Yukon Gold #7E710F

Tints of Yukon Gold #7E710F

RGB

 RED value IS 126 (49.61% from 255) = 49.61%

 GREEN value IS 113 (44.53% from 255) = 44.49%

 BLUE value IS 15 (6.25% from 255) = 5.91%

R = 49.61%
G = 44.49%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#7E710F (or 0x7E710F) is known color: Yukon Gold. HEX triplet: 7E, 71 and 0F. RGB value is (126,113,15). Sum of RGB (Red+Green+Blue) = 126+113+15=254 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.61% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 126 - color contains mainly: red. Hex color #7E710F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E710F is #818EF0. Grayscale: #6A6A6A. Windows color (decimal): -8490737 or 1012094. OLE color: 1012094.

HSL color Cylindrical-coordinate representation of color #7E710F: hue angle of 52.97º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7E710F is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 113 15 -
CMYK 0 0.10 0.88 0.51
HSL 52.97º 0.79% 0.28% -
HSV(B) 52.97º 0.88% 0.49% -
XYZ 14.6 16.28 2.83 -
YUV 105.72 76.81 142.47 -
System Red Green Blue C M Y K H S L
Decimal 126 113 15 0 0.10 0.88 0.51 52.97 0.79 0.28
Hex 7E 71 F 0 A 58 33 35 4F 1C
Octal 176 161 17 0 12 130 63 65 117 34
Binary 1111110 1110001 1111 0 1010 1011000 110011 110101 1001111 11100

Color Harmonies of #7E710F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E710F

Black with #7E710F

Text Example


Text Example

White with #7E710F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,113,15); }

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

background-color css

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

 a { background-color: rgb(126,113,15); }

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

border-color css

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

 span { border-color: rgb(126,113,15); }

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