#7F7A70

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

Shades of Arrowtown #7F7A70

Tints of Arrowtown #7F7A70

Color information

#7F7A70 (or 0x7F7A70) is unknown color: approx Arrowtown. HEX triplet: 7F, 7A and 70. RGB value is (127,122,112). Sum of RGB (Red+Green+Blue) = 127+122+112=361 (47% of max value = 765). Red value is 127 (50% from 255 or 35.18% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7A70 is #80858F. Grayscale: #7A7A7A. Windows color (decimal): -8422800 or 7371391. OLE color: 7371391.

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

Color convert

RGB127122112-
CMYK00.040.120.50
HSL40º6.28%46.86%-
HSV(B)40º11.81%49.8%-
XYZ18.6419.618.13-
YUV122.35122.16131.31-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.18%
GREEN value IS 122 (48.05% from 255) = 33.80%
BLUE value IS 112 (44.14% from 255) = 31.02%
R=35.18%
G=33.80%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12712211200.040.120.50406.2846.86
Hex7F7A7004C322862f
Octal17717216004146250657
Binary11111111111010111000001001100110010101000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,122,112); }

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

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

 a { background-color: rgb(127,122,112); }

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

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

 span { border-color: rgb(127,122,112); }

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