#7B7768

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

Shades of Arrowtown #7B7768

Tints of Arrowtown #7B7768

Color information

#7B7768 (or 0x7B7768) is unknown color: approx Arrowtown. HEX triplet: 7B, 77 and 68. RGB value is (123,119,104). Sum of RGB (Red+Green+Blue) = 123+119+104=346 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.55% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7768 is #848897. Grayscale: #767676. Windows color (decimal): -8685720 or 6846331. OLE color: 6846331.

HSL color Cylindrical-coordinate representation of color #7B7768: hue angle of 47.37º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7B7768 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB123119104-
CMYK00.030.150.52
HSL47.37º8.37%44.51%-
HSV(B)47.37º15.45%48.24%-
XYZ17.2618.415.74-
YUV118.49119.83131.22-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.55%
GREEN value IS 119 (46.88% from 255) = 34.39%
BLUE value IS 104 (41.02% from 255) = 30.06%
R=35.55%
G=34.39%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12311910400.030.150.5247.378.3744.51
Hex7B776803F342f82d
Octal173167150031764571055
Binary11110111110111110100001111111101001011111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,119,104); }

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

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

 a { background-color: rgb(123,119,104); }

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

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

 span { border-color: rgb(123,119,104); }

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