Html Css Color HEX #7D6711 Yukon Gold

📋 copy color: '#7D6711'

red 125 ◦ green 103 ◦ blue 17

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

Shades of Yukon Gold #7D6711

Tints of Yukon Gold #7D6711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.94%

R = 51.02%
G = 42.04%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7D6711 (or 0x7D6711) is known color: Yukon Gold. HEX triplet: 7D, 67 and 11. RGB value is (125,103,17). Sum of RGB (Red+Green+Blue) = 125+103+17=245 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.02% from 245); Green value is 103 (40.62% from 255 or 42.04% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6711 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D6711 is #8298EE. Grayscale: #646464. Windows color (decimal): -8558831 or 1140605. OLE color: 1140605.

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

Color convert

RGB 125 103 17 -
CMYK 0 0.18 0.86 0.51
HSL 47.78º 0.76% 0.28% -
HSV(B) 47.78º 0.86% 0.49% -
XYZ 13.41 14.1 2.55 -
YUV 99.77 81.29 145.99 -
System Red Green Blue C M Y K H S L
Decimal 125 103 17 0 0.18 0.86 0.51 47.78 0.76 0.28
Hex 7D 67 11 0 12 56 33 30 4C 1C
Octal 175 147 21 0 22 126 63 60 114 34
Binary 1111101 1100111 10001 0 10010 1010110 110011 110000 1001100 11100

Color Harmonies of #7D6711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6711

Black with #7D6711

Text Example


Text Example

White with #7D6711

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,103,17); }

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

background-color css

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

 a { background-color: rgb(125,103,17); }

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

border-color css

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

 span { border-color: rgb(125,103,17); }

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