#77670c

Color #77670C Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #77670C

Tints of Yukon Gold #77670C

Color information

#77670C (or 0x77670C) is unknown color: approx Yukon Gold. HEX triplet: 77, 67 and 0C. RGB value is (119,103,12). Sum of RGB (Red+Green+Blue) = 119+103+12=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 103 (40.62% from 255 or 44.02% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #77670C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77670C is #8898F3. Grayscale: #616161. Windows color (decimal): -8952052 or 812919. OLE color: 812919.

HSL color Cylindrical-coordinate representation of color #77670C: hue angle of 51.03º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77670C is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB11910312-
CMYK00.130.900.53
HSL51.03º81.68%25.69%-
HSV(B)51.03º89.92%46.67%-
XYZ12.5213.652.32-
YUV97.4179.8143.4-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.85%
GREEN value IS 103 (40.62% from 255) = 44.02%
BLUE value IS 12 (5.08% from 255) = 5.13%
R=50.85%
G=44.02%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191031200.130.900.5351.0381.6825.69
Hex7767C0D5A3533521a
Octal16714714015132656312232
Binary111011111001111100011011011010110101110011101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77670c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77670c; }

 p { color: rgb(119,103,12); }

 H1.HeaderClassName
 {
   color: #77670c;
 }
 .AnyTagClassName
 {
   color: #77670c;
 }
</style>
background-color css

<style>
 a { background-color: #77670c; }

 a { background-color: rgb(119,103,12); }

 div.DivClassName
 {
   background-color: #77670c;
 }
 .BgClassName
 {
   background-color: #77670c;
 }
</style>
border-color css

<style>
 span { border-color: #77670c; }

 span { border-color: rgb(119,103,12); }

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