Html Css Color HEX #7C6725 Yukon Gold

📋 copy color: '#7C6725'

red 124 ◦ green 103 ◦ blue 37

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

Shades of Yukon Gold #7C6725

Tints of Yukon Gold #7C6725

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.02%

R = 46.97%
G = 39.02%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.70

 K value IS 0.51

RGB Variations

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

Color information

#7C6725 (or 0x7C6725) is known color: Yukon Gold. HEX triplet: 7C, 67 and 25. RGB value is (124,103,37). Sum of RGB (Red+Green+Blue) = 124+103+37=264 (34% of max value = 765). Red value is 124 (48.83% from 255 or 46.97% from 264); Green value is 103 (40.62% from 255 or 39.02% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6725 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6725 is #8398DA. Grayscale: #666666. Windows color (decimal): -8624347 or 2451324. OLE color: 2451324.

HSL color Cylindrical-coordinate representation of color #7C6725: hue angle of 45.52º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7C6725 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 103 37 -
CMYK 0 0.17 0.70 0.51
HSL 45.52º 0.54% 0.32% -
HSV(B) 45.52º 0.7% 0.49% -
XYZ 13.5 14.12 3.76 -
YUV 101.76 91.46 143.87 -
System Red Green Blue C M Y K H S L
Decimal 124 103 37 0 0.17 0.70 0.51 45.52 0.54 0.32
Hex 7C 67 25 0 11 46 33 2E 36 20
Octal 174 147 45 0 21 106 63 56 66 40
Binary 1111100 1100111 100101 0 10001 1000110 110011 101110 110110 100000

Color Harmonies of #7C6725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6725

Black with #7C6725

Text Example


Text Example

White with #7C6725

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,103,37); }

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

background-color css

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

 a { background-color: rgb(124,103,37); }

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

border-color css

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

 span { border-color: rgb(124,103,37); }

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