#7D7864

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

Shades of Arrowtown #7D7864

Tints of Arrowtown #7D7864

Color information

#7D7864 (or 0x7D7864) is unknown color: approx Arrowtown. HEX triplet: 7D, 78 and 64. RGB value is (125,120,100). Sum of RGB (Red+Green+Blue) = 125+120+100=345 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.23% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7864 is #82879B. Grayscale: #777777. Windows color (decimal): -8554396 or 6584445. OLE color: 6584445.

HSL color Cylindrical-coordinate representation of color #7D7864: hue angle of 48º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7D7864 is Cyan = 0, Magento = 0.04, Yellow = 0.2 and Black (K on CMYK) = 0.51.

Color convert

RGB125120100-
CMYK00.040.20.51
HSL48º11.11%44.12%-
HSV(B)48º20%49.02%-
XYZ17.4718.7114.75-
YUV119.22117.16132.13-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.23%
GREEN value IS 120 (47.27% from 255) = 34.78%
BLUE value IS 100 (39.45% from 255) = 28.99%
R=36.23%
G=34.78%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.2
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12512010000.040.20.514811.1144.12
Hex7D786404143330b2c
Octal175170144042463601354
Binary1111101111100011001000100101001100111100001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,120,100); }

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

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

 a { background-color: rgb(125,120,100); }

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

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

 span { border-color: rgb(125,120,100); }

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