#7F786C

Color #7F786C Arrowtown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arrowtown #7F786C

Tints of Arrowtown #7F786C

Color information

#7F786C (or 0x7F786C) is unknown color: approx Arrowtown. HEX triplet: 7F, 78 and 6C. RGB value is (127,120,108). Sum of RGB (Red+Green+Blue) = 127+120+108=355 (47% of max value = 765). Red value is 127 (50% from 255 or 35.77% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 127 - color contains mainly: red. Hex color #7F786C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F786C is #808793. Grayscale: #787878. Windows color (decimal): -8423316 or 7108735. OLE color: 7108735.

HSL color Cylindrical-coordinate representation of color #7F786C: hue angle of 37.89º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7F786C is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB127120108-
CMYK00.060.150.50
HSL37.89º8.09%46.08%-
HSV(B)37.89º14.96%49.8%-
XYZ18.1819.0316.9-
YUV120.72120.82132.48-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.77%
GREEN value IS 120 (47.27% from 255) = 33.80%
BLUE value IS 108 (42.58% from 255) = 30.42%
R=35.77%
G=33.80%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12712010800.060.150.5037.898.0946.08
Hex7F786C06F322682e
Octal177170154061762461056
Binary111111111110001101100011011111100101001101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,120,108); }

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

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

 a { background-color: rgb(127,120,108); }

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

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

 span { border-color: rgb(127,120,108); }

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