#7F7167

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

Shades of Sand Dune #7F7167

Tints of Sand Dune #7F7167

Color information

#7F7167 (or 0x7F7167) is unknown color: approx Sand Dune. HEX triplet: 7F, 71 and 67. RGB value is (127,113,103). Sum of RGB (Red+Green+Blue) = 127+113+103=343 (45% of max value = 765). Red value is 127 (50% from 255 or 37.03% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7167 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7167 is #808E98. Grayscale: #747474. Windows color (decimal): -8425113 or 6779263. OLE color: 6779263.

HSL color Cylindrical-coordinate representation of color #7F7167: hue angle of 25º 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 #7F7167 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB127113103-
CMYK00.110.190.50
HSL25º10.43%45.1%-
HSV(B)25º18.9%49.8%-
XYZ17.1117.315.27-
YUV116.05120.64135.81-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.03%
GREEN value IS 113 (44.53% from 255) = 32.94%
BLUE value IS 103 (40.62% from 255) = 30.03%
R=37.03%
G=32.94%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12711310300.110.190.502510.4345.1
Hex7F71670B133219a2d
Octal1771611470132362311255
Binary1111111111000111001110101110011110010110011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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