#7C766D

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

Shades of Arrowtown #7C766D

Tints of Arrowtown #7C766D

Color information

#7C766D (or 0x7C766D) is unknown color: approx Arrowtown. HEX triplet: 7C, 76 and 6D. RGB value is (124,118,109). Sum of RGB (Red+Green+Blue) = 124+118+109=351 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.33% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 124 - color contains mainly: red. Hex color #7C766D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C766D is #838992. Grayscale: #767676. Windows color (decimal): -8620435 or 7173756. OLE color: 7173756.

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

Color convert

RGB124118109-
CMYK00.050.120.51
HSL36º6.44%45.69%-
HSV(B)36º12.1%48.63%-
XYZ17.5518.3517.08-
YUV118.77122.49131.73-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.33%
GREEN value IS 118 (46.48% from 255) = 33.62%
BLUE value IS 109 (42.97% from 255) = 31.05%
R=35.33%
G=33.62%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12411810900.050.120.51366.4445.69
Hex7C766D05C332462e
Octal17416615505146344656
Binary11111001110110110110101011100110011100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C766D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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