#7C776D

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

Shades of Arrowtown #7C776D

Tints of Arrowtown #7C776D

Color information

#7C776D (or 0x7C776D) is unknown color: approx Arrowtown. HEX triplet: 7C, 77 and 6D. RGB value is (124,119,109). Sum of RGB (Red+Green+Blue) = 124+119+109=352 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.23% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 124 - color contains mainly: red. Hex color #7C776D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C776D is #838892. Grayscale: #777777. Windows color (decimal): -8620179 or 7174012. OLE color: 7174012.

HSL color Cylindrical-coordinate representation of color #7C776D: hue angle of 40º 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 #7C776D is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB124119109-
CMYK00.040.120.51
HSL40º6.44%45.69%-
HSV(B)40º12.1%48.63%-
XYZ17.6718.5817.12-
YUV119.36122.16131.31-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.23%
GREEN value IS 119 (46.88% from 255) = 33.81%
BLUE value IS 109 (42.97% from 255) = 30.97%
R=35.23%
G=33.81%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12411910900.040.120.51406.4445.69
Hex7C776D04C332862e
Octal17416715504146350656
Binary11111001110111110110101001100110011101000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C776D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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