Html Css Color HEX #7D6402 Yukon Gold

📋 copy color: '#7D6402'

red 125 ◦ green 100 ◦ blue 2

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

Shades of Yukon Gold #7D6402

Tints of Yukon Gold #7D6402

RGB

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

 GREEN value IS 100 (39.45% from 255) = 44.05%

 BLUE value IS 2 (1.17% from 255) = 0.88%

R = 55.07%
G = 44.05%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#7D6402 (or 0x7D6402) is known color: Yukon Gold. HEX triplet: 7D, 64 and 02. RGB value is (125,100,2). Sum of RGB (Red+Green+Blue) = 125+100+2=227 (30% of max value = 765). Red value is 125 (49.22% from 255 or 55.07% from 227); Green value is 100 (39.45% from 255 or 44.05% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6402 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D6402 is #829BFD. Grayscale: #606060. Windows color (decimal): -8559614 or 156797. OLE color: 156797.

HSL color Cylindrical-coordinate representation of color #7D6402: hue angle of 47.8º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D6402 is Cyan = 0, Magento = 0.2, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 100 2 -
CMYK 0 0.2 0.98 0.51
HSL 47.8º 0.97% 0.25% -
HSV(B) 47.8º 0.98% 0.49% -
XYZ 13.03 13.48 1.97 -
YUV 96.3 74.78 148.47 -
System Red Green Blue C M Y K H S L
Decimal 125 100 2 0 0.2 0.98 0.51 47.8 0.97 0.25
Hex 7D 64 2 0 14 62 33 30 61 19
Octal 175 144 2 0 24 142 63 60 141 31
Binary 1111101 1100100 10 0 10100 1100010 110011 110000 1100001 11001

Color Harmonies of #7D6402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D6402

Black with #7D6402

Text Example


Text Example

White with #7D6402

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,100,2); }

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

background-color css

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

 a { background-color: rgb(125,100,2); }

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

border-color css

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

 span { border-color: rgb(125,100,2); }

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