Html Css Color HEX #7A681C Yukon Gold

📋 copy color: '#7A681C'

red 122 ◦ green 104 ◦ blue 28

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

Shades of Yukon Gold #7A681C

Tints of Yukon Gold #7A681C

RGB

 RED value IS 122 (48.05% from 255) = 48.03%

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

 BLUE value IS 28 (11.33% from 255) = 11.02%

R = 48.03%
G = 40.94%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.52

RGB Variations

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

Color information

#7A681C (or 0x7A681C) is known color: Yukon Gold. HEX triplet: 7A, 68 and 1C. RGB value is (122,104,28). Sum of RGB (Red+Green+Blue) = 122+104+28=254 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.03% from 254); Green value is 104 (41.02% from 255 or 40.94% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 122 - color contains mainly: red. Hex color #7A681C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A681C is #8597E3. Grayscale: #656565. Windows color (decimal): -8755172 or 1861754. OLE color: 1861754.

HSL color Cylindrical-coordinate representation of color #7A681C: hue angle of 48.51º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A681C is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 104 28 -
CMYK 0 0.15 0.77 0.52
HSL 48.51º 0.63% 0.29% -
HSV(B) 48.51º 0.77% 0.48% -
XYZ 13.19 14.12 3.13 -
YUV 100.72 86.96 143.18 -
System Red Green Blue C M Y K H S L
Decimal 122 104 28 0 0.15 0.77 0.52 48.51 0.63 0.29
Hex 7A 68 1C 0 F 4D 34 31 3F 1D
Octal 172 150 34 0 17 115 64 61 77 35
Binary 1111010 1101000 11100 0 1111 1001101 110100 110001 111111 11101

Color Harmonies of #7A681C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A681C

Black with #7A681C

Text Example


Text Example

White with #7A681C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,104,28); }

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

background-color css

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

 a { background-color: rgb(122,104,28); }

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

border-color css

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

 span { border-color: rgb(122,104,28); }

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