Html Css Color HEX #7C6007 Yukon Gold

📋 copy color: '#7C6007'

red 124 ◦ green 96 ◦ blue 7

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

Shades of Yukon Gold #7C6007

Tints of Yukon Gold #7C6007

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.29%

 BLUE value IS 7 (3.13% from 255) = 3.08%

R = 54.63%
G = 42.29%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.51

RGB Variations

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

Color information

#7C6007 (or 0x7C6007) is known color: Yukon Gold. HEX triplet: 7C, 60 and 07. RGB value is (124,96,7). Sum of RGB (Red+Green+Blue) = 124+96+7=227 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.63% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 7 (3.12% from 255 or 3.08% from 227); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6007 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6007 is #839FF8. Grayscale: #5E5E5E. Windows color (decimal): -8626169 or 483452. OLE color: 483452.

HSL color Cylindrical-coordinate representation of color #7C6007: hue angle of 45.64º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C6007 is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 96 7 -
CMYK 0 0.23 0.94 0.51
HSL 45.64º 0.89% 0.26% -
HSV(B) 45.64º 0.94% 0.49% -
XYZ 12.53 12.67 1.99 -
YUV 94.23 78.78 149.24 -
System Red Green Blue C M Y K H S L
Decimal 124 96 7 0 0.23 0.94 0.51 45.64 0.89 0.26
Hex 7C 60 7 0 17 5E 33 2E 59 1A
Octal 174 140 7 0 27 136 63 56 131 32
Binary 1111100 1100000 111 0 10111 1011110 110011 101110 1011001 11010

Color Harmonies of #7C6007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6007

Black with #7C6007

Text Example


Text Example

White with #7C6007

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,96,7); }

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

background-color css

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

 a { background-color: rgb(124,96,7); }

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

border-color css

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

 span { border-color: rgb(124,96,7); }

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