#77641C

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

Shades of Yukon Gold #77641C

Tints of Yukon Gold #77641C

Color information

#77641C (or 0x77641C) is unknown color: approx Yukon Gold. HEX triplet: 77, 64 and 1C. RGB value is (119,100,28). Sum of RGB (Red+Green+Blue) = 119+100+28=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 100 (39.45% from 255 or 40.49% from 247); Blue value is 28 (11.33% from 255 or 11.34% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #77641C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77641C is #889BE3. Grayscale: #616161. Windows color (decimal): -8952804 or 1860727. OLE color: 1860727.

HSL color Cylindrical-coordinate representation of color #77641C: hue angle of 47.47º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #77641C is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB11910028-
CMYK00.160.760.53
HSL47.47º61.9%28.82%-
HSV(B)47.47º76.47%46.67%-
XYZ12.3713.122.98-
YUV97.4788.79143.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.18%
GREEN value IS 100 (39.45% from 255) = 40.49%
BLUE value IS 28 (11.33% from 255) = 11.34%
R=48.18%
G=40.49%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191002800.160.760.5347.4761.928.82
Hex77641C0104C352f3e1d
Octal1671443402011465577635
Binary1110111110010011100010000100110011010110111111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77641C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77641C; }

 p { color: rgb(119,100,28); }

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

<style>
 a { background-color: #77641C; }

 a { background-color: rgb(119,100,28); }

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

<style>
 span { border-color: #77641C; }

 span { border-color: rgb(119,100,28); }

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