#7F7466

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

Shades of Sand Dune #7F7466

Tints of Sand Dune #7F7466

Color information

#7F7466 (or 0x7F7466) is unknown color: approx Sand Dune. HEX triplet: 7F, 74 and 66. RGB value is (127,116,102). Sum of RGB (Red+Green+Blue) = 127+116+102=345 (45% of max value = 765). Red value is 127 (50% from 255 or 36.81% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7466 is #808B99. Grayscale: #757575. Windows color (decimal): -8424346 or 6714495. OLE color: 6714495.

HSL color Cylindrical-coordinate representation of color #7F7466: hue angle of 33.6º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7F7466 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB127116102-
CMYK00.090.200.50
HSL33.6º10.92%44.9%-
HSV(B)33.6º19.69%49.8%-
XYZ17.417.9615.12-
YUV117.69119.14134.64-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.81%
GREEN value IS 116 (45.70% from 255) = 33.62%
BLUE value IS 102 (40.23% from 255) = 29.57%
R=36.81%
G=33.62%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12711610200.090.200.5033.610.9244.9
Hex7F746609143222b2d
Octal1771641460112462421355
Binary11111111110100110011001001101001100101000101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,116,102); }

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

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

 a { background-color: rgb(127,116,102); }

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

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

 span { border-color: rgb(127,116,102); }

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