Html Css Color HEX #7D681B Yukon Gold

📋 copy color: '#7D681B'

red 125 ◦ green 104 ◦ blue 27

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

Shades of Yukon Gold #7D681B

Tints of Yukon Gold #7D681B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.55%

R = 48.83%
G = 40.63%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.51

RGB Variations

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

Color information

#7D681B (or 0x7D681B) is known color: Yukon Gold. HEX triplet: 7D, 68 and 1B. RGB value is (125,104,27). Sum of RGB (Red+Green+Blue) = 125+104+27=256 (33% of max value = 765). Red value is 125 (49.22% from 255 or 48.83% from 256); Green value is 104 (41.02% from 255 or 40.62% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 125 - color contains mainly: red. Hex color #7D681B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D681B is #8297E4. Grayscale: #656565. Windows color (decimal): -8558565 or 1796221. OLE color: 1796221.

HSL color Cylindrical-coordinate representation of color #7D681B: hue angle of 47.14º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7D681B is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 104 27 -
CMYK 0 0.17 0.78 0.51
HSL 47.14º 0.64% 0.3% -
HSV(B) 47.14º 0.78% 0.49% -
XYZ 13.61 14.34 3.09 -
YUV 101.5 85.96 144.76 -
System Red Green Blue C M Y K H S L
Decimal 125 104 27 0 0.17 0.78 0.51 47.14 0.64 0.3
Hex 7D 68 1B 0 11 4E 33 2F 40 1E
Octal 175 150 33 0 21 116 63 57 100 36
Binary 1111101 1101000 11011 0 10001 1001110 110011 101111 1000000 11110

Color Harmonies of #7D681B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D681B

Black with #7D681B

Text Example


Text Example

White with #7D681B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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