Html Css Color HEX #7C6926 Yukon Gold

📋 copy color: '#7C6926'

red 124 ◦ green 105 ◦ blue 38

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

Shades of Yukon Gold #7C6926

Tints of Yukon Gold #7C6926

RGB

 RED value IS 124 (48.83% from 255) = 46.44%

 GREEN value IS 105 (41.41% from 255) = 39.33%

 BLUE value IS 38 (15.23% from 255) = 14.23%

R = 46.44%
G = 39.33%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.51

RGB Variations

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

Color information

#7C6926 (or 0x7C6926) is known color: Yukon Gold. HEX triplet: 7C, 69 and 26. RGB value is (124,105,38). Sum of RGB (Red+Green+Blue) = 124+105+38=267 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.44% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 38 (15.23% from 255 or 14.23% from 267); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6926 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6926 is #8396D9. Grayscale: #676767. Windows color (decimal): -8623834 or 2517372. OLE color: 2517372.

HSL color Cylindrical-coordinate representation of color #7C6926: hue angle of 46.74º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7C6926 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 105 38 -
CMYK 0 0.15 0.69 0.51
HSL 46.74º 0.53% 0.32% -
HSV(B) 46.74º 0.69% 0.49% -
XYZ 13.71 14.53 3.92 -
YUV 103.04 91.29 142.95 -
System Red Green Blue C M Y K H S L
Decimal 124 105 38 0 0.15 0.69 0.51 46.74 0.53 0.32
Hex 7C 69 26 0 F 45 33 2F 35 20
Octal 174 151 46 0 17 105 63 57 65 40
Binary 1111100 1101001 100110 0 1111 1000101 110011 101111 110101 100000

Color Harmonies of #7C6926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6926

Black with #7C6926

Text Example


Text Example

White with #7C6926

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,105,38); }

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

background-color css

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

 a { background-color: rgb(124,105,38); }

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

border-color css

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

 span { border-color: rgb(124,105,38); }

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