#7A7568

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

Shades of Arrowtown #7A7568

Tints of Arrowtown #7A7568

Color information

#7A7568 (or 0x7A7568) is unknown color: approx Arrowtown. HEX triplet: 7A, 75 and 68. RGB value is (122,117,104). Sum of RGB (Red+Green+Blue) = 122+117+104=343 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.57% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7568 is #858A97. Grayscale: #757575. Windows color (decimal): -8751768 or 6845818. OLE color: 6845818.

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

Color convert

RGB122117104-
CMYK00.040.150.52
HSL43.33º7.96%44.31%-
HSV(B)43.33º14.75%47.84%-
XYZ16.8917.8615.65-
YUV117.01120.66131.56-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.57%
GREEN value IS 117 (46.09% from 255) = 34.11%
BLUE value IS 104 (41.02% from 255) = 30.32%
R=35.57%
G=34.11%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12211710400.040.150.5243.337.9644.31
Hex7A756804F342b82c
Octal172165150041764531054
Binary111101011101011101000010011111101001010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,117,104); }

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

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

 a { background-color: rgb(122,117,104); }

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

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

 span { border-color: rgb(122,117,104); }

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