Html Css Color HEX #7E672A Yukon Gold

📋 copy color: '#7E672A'

red 126 ◦ green 103 ◦ blue 42

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

Shades of Yukon Gold #7E672A

Tints of Yukon Gold #7E672A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.5%

R = 46.49%
G = 38.01%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.51

RGB Variations

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

Color information

#7E672A (or 0x7E672A) is known color: Yukon Gold. HEX triplet: 7E, 67 and 2A. RGB value is (126,103,42). Sum of RGB (Red+Green+Blue) = 126+103+42=271 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.49% from 271); Green value is 103 (40.62% from 255 or 38.01% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 126 - color contains mainly: red. Hex color #7E672A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E672A is #8198D5. Grayscale: #676767. Windows color (decimal): -8493270 or 2779006. OLE color: 2779006.

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

Color convert

RGB 126 103 42 -
CMYK 0 0.18 0.67 0.51
HSL 43.57º 0.5% 0.33% -
HSV(B) 43.57º 0.67% 0.49% -
XYZ 13.87 14.3 4.22 -
YUV 102.92 93.62 144.46 -
System Red Green Blue C M Y K H S L
Decimal 126 103 42 0 0.18 0.67 0.51 43.57 0.5 0.33
Hex 7E 67 2A 0 12 43 33 2C 32 21
Octal 176 147 52 0 22 103 63 54 62 41
Binary 1111110 1100111 101010 0 10010 1000011 110011 101100 110010 100001

Color Harmonies of #7E672A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E672A

Black with #7E672A

Text Example


Text Example

White with #7E672A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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