#7C7764

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

Shades of Arrowtown #7C7764

Tints of Arrowtown #7C7764

Color information

#7C7764 (or 0x7C7764) is unknown color: approx Arrowtown. HEX triplet: 7C, 77 and 64. RGB value is (124,119,100). Sum of RGB (Red+Green+Blue) = 124+119+100=343 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.15% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7764 is #83889B. Grayscale: #767676. Windows color (decimal): -8620188 or 6584188. OLE color: 6584188.

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

Color convert

RGB124119100-
CMYK00.040.190.51
HSL47.5º10.71%43.92%-
HSV(B)47.5º19.35%48.63%-
XYZ17.2118.414.7-
YUV118.33117.66132.04-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.15%
GREEN value IS 119 (46.88% from 255) = 34.69%
BLUE value IS 100 (39.45% from 255) = 29.15%
R=36.15%
G=34.69%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12411910000.040.190.5147.510.7143.92
Hex7C776404133330b2c
Octal174167144042363601354
Binary1111100111011111001000100100111100111100001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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