Html Css Color HEX #7E6720 Yukon Gold

📋 copy color: '#7E6720'

red 126 ◦ green 103 ◦ blue 32

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

Shades of Yukon Gold #7E6720

Tints of Yukon Gold #7E6720

RGB

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

 GREEN value IS 103 (40.63% from 255) = 39.46%

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

R = 48.28%
G = 39.46%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.75

 K value IS 0.51

RGB Variations

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

Color information

#7E6720 (or 0x7E6720) is known color: Yukon Gold. HEX triplet: 7E, 67 and 20. RGB value is (126,103,32). Sum of RGB (Red+Green+Blue) = 126+103+32=261 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.28% from 261); Green value is 103 (40.62% from 255 or 39.46% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6720 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6720 is #8198DF. Grayscale: #666666. Windows color (decimal): -8493280 or 2123646. OLE color: 2123646.

HSL color Cylindrical-coordinate representation of color #7E6720: hue angle of 45.32º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7E6720 is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 103 32 -
CMYK 0 0.18 0.75 0.51
HSL 45.32º 0.59% 0.31% -
HSV(B) 45.32º 0.75% 0.49% -
XYZ 13.72 14.24 3.39 -
YUV 101.78 88.62 145.27 -
System Red Green Blue C M Y K H S L
Decimal 126 103 32 0 0.18 0.75 0.51 45.32 0.59 0.31
Hex 7E 67 20 0 12 4B 33 2D 3B 1F
Octal 176 147 40 0 22 113 63 55 73 37
Binary 1111110 1100111 100000 0 10010 1001011 110011 101101 111011 11111

Color Harmonies of #7E6720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6720

Black with #7E6720

Text Example


Text Example

White with #7E6720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,103,32); }

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

background-color css

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

 a { background-color: rgb(126,103,32); }

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

border-color css

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

 span { border-color: rgb(126,103,32); }

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