Html Css Color HEX #7D6826 Yukon Gold

📋 copy color: '#7D6826'

red 125 ◦ green 104 ◦ blue 38

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

Shades of Yukon Gold #7D6826

Tints of Yukon Gold #7D6826

RGB

 RED value IS 125 (49.22% from 255) = 46.82%

 GREEN value IS 104 (41.02% from 255) = 38.95%

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

R = 46.82%
G = 38.95%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.70

 K value IS 0.51

RGB Variations

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

Color information

#7D6826 (or 0x7D6826) is known color: Yukon Gold. HEX triplet: 7D, 68 and 26. RGB value is (125,104,38). Sum of RGB (Red+Green+Blue) = 125+104+38=267 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.82% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 38 (15.23% from 255 or 14.23% from 267); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6826 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D6826 is #8297D9. Grayscale: #676767. Windows color (decimal): -8558554 or 2517117. OLE color: 2517117.

HSL color Cylindrical-coordinate representation of color #7D6826: hue angle of 45.52º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D6826 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 104 38 -
CMYK 0 0.17 0.70 0.51
HSL 45.52º 0.53% 0.32% -
HSV(B) 45.52º 0.7% 0.49% -
XYZ 13.76 14.4 3.89 -
YUV 102.76 91.46 143.87 -
System Red Green Blue C M Y K H S L
Decimal 125 104 38 0 0.17 0.70 0.51 45.52 0.53 0.32
Hex 7D 68 26 0 11 46 33 2E 35 20
Octal 175 150 46 0 21 106 63 56 65 40
Binary 1111101 1101000 100110 0 10001 1000110 110011 101110 110101 100000

Color Harmonies of #7D6826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6826

Black with #7D6826

Text Example


Text Example

White with #7D6826

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,104,38); }

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

background-color css

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

 a { background-color: rgb(125,104,38); }

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

border-color css

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

 span { border-color: rgb(125,104,38); }

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