#7A756B

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

Shades of Arrowtown #7A756B

Tints of Arrowtown #7A756B

Color information

#7A756B (or 0x7A756B) is unknown color: approx Arrowtown. HEX triplet: 7A, 75 and 6B. RGB value is (122,117,107). Sum of RGB (Red+Green+Blue) = 122+117+107=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 122 - color contains mainly: red. Hex color #7A756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A756B is #858A94. Grayscale: #757575. Windows color (decimal): -8751765 or 7042426. OLE color: 7042426.

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

Color convert

RGB122117107-
CMYK00.040.120.52
HSL40º6.55%44.9%-
HSV(B)40º12.3%47.84%-
XYZ17.0417.9216.47-
YUV117.36122.16131.31-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.26%
GREEN value IS 117 (46.09% from 255) = 33.82%
BLUE value IS 107 (42.19% from 255) = 30.92%
R=35.26%
G=33.82%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12211710700.040.120.52406.5544.9
Hex7A756B04C342872d
Octal17216515304146450755
Binary11110101110101110101101001100110100101000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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