#7F7B6F

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

Shades of Arrowtown #7F7B6F

Tints of Arrowtown #7F7B6F

Color information

#7F7B6F (or 0x7F7B6F) is unknown color: approx Arrowtown. HEX triplet: 7F, 7B and 6F. RGB value is (127,123,111). Sum of RGB (Red+Green+Blue) = 127+123+111=361 (47% of max value = 765). Red value is 127 (50% from 255 or 35.18% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7B6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7B6F is #808490. Grayscale: #7A7A7A. Windows color (decimal): -8422545 or 7306111. OLE color: 7306111.

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

Color convert

RGB127123111-
CMYK00.030.130.50
HSL45º6.72%46.67%-
HSV(B)45º12.6%49.8%-
XYZ18.719.8317.88-
YUV122.83121.33130.98-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.18%
GREEN value IS 123 (48.44% from 255) = 34.07%
BLUE value IS 111 (43.75% from 255) = 30.75%
R=35.18%
G=34.07%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12712311100.030.130.50456.7246.67
Hex7F7B6F03D322d72f
Octal17717315703156255757
Binary1111111111101111011110111101110010101101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,123,111); }

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

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

 a { background-color: rgb(127,123,111); }

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

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

 span { border-color: rgb(127,123,111); }

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