#7F7A67

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

Shades of Arrowtown #7F7A67

Tints of Arrowtown #7F7A67

Color information

#7F7A67 (or 0x7F7A67) is unknown color: approx Arrowtown. HEX triplet: 7F, 7A and 67. RGB value is (127,122,103). Sum of RGB (Red+Green+Blue) = 127+122+103=352 (46% of max value = 765). Red value is 127 (50% from 255 or 36.08% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 103 (40.62% from 255 or 29.26% from 352); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7A67 is #808598. Grayscale: #797979. Windows color (decimal): -8422809 or 6781567. OLE color: 6781567.

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

Color convert

RGB127122103-
CMYK00.040.190.50
HSL47.5º10.43%45.1%-
HSV(B)47.5º18.9%49.8%-
XYZ18.1619.4115.62-
YUV121.33117.66132.04-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.08%
GREEN value IS 122 (48.05% from 255) = 34.66%
BLUE value IS 103 (40.62% from 255) = 29.26%
R=36.08%
G=34.66%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12712210300.040.190.5047.510.4345.1
Hex7F7A6704133230a2d
Octal177172147042362601255
Binary1111111111101011001110100100111100101100001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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