#7C7666

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

Shades of Arrowtown #7C7666

Tints of Arrowtown #7C7666

Color information

#7C7666 (or 0x7C7666) is unknown color: approx Arrowtown. HEX triplet: 7C, 76 and 66. RGB value is (124,118,102). Sum of RGB (Red+Green+Blue) = 124+118+102=344 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.05% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7666 is #838999. Grayscale: #767676. Windows color (decimal): -8620442 or 6715004. OLE color: 6715004.

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

Color convert

RGB124118102-
CMYK00.050.180.51
HSL43.64º9.73%44.31%-
HSV(B)43.64º17.74%48.63%-
XYZ17.1918.215.18-
YUV117.97118.99132.3-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.05%
GREEN value IS 118 (46.48% from 255) = 34.30%
BLUE value IS 102 (40.23% from 255) = 29.65%
R=36.05%
G=34.30%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12411810200.050.180.5143.649.7344.31
Hex7C76660512332ca2c
Octal174166146052263541254
Binary1111100111011011001100101100101100111011001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,118,102); }

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

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

 a { background-color: rgb(124,118,102); }

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

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

 span { border-color: rgb(124,118,102); }

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