#7C7870

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

Shades of Arrowtown #7C7870

Tints of Arrowtown #7C7870

Color information

#7C7870 (or 0x7C7870) is unknown color: approx Arrowtown. HEX triplet: 7C, 78 and 70. RGB value is (124,120,112). Sum of RGB (Red+Green+Blue) = 124+120+112=356 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.83% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7870 is #83878F. Grayscale: #787878. Windows color (decimal): -8619920 or 7370876. OLE color: 7370876.

HSL color Cylindrical-coordinate representation of color #7C7870: hue angle of 40º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7C7870 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB124120112-
CMYK00.030.100.51
HSL40º5.08%46.27%-
HSV(B)40º9.68%48.63%-
XYZ17.9518.8918.03-
YUV120.28123.33130.65-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.83%
GREEN value IS 120 (47.27% from 255) = 33.71%
BLUE value IS 112 (44.14% from 255) = 31.46%
R=34.83%
G=33.71%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12412011200.030.100.51405.0846.27
Hex7C787003A332852e
Octal17417016003126350556
Binary1111100111100011100000111010110011101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,120,112); }

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

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

 a { background-color: rgb(124,120,112); }

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

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

 span { border-color: rgb(124,120,112); }

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