#7F7364

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

Shades of Sand Dune #7F7364

Tints of Sand Dune #7F7364

Color information

#7F7364 (or 0x7F7364) is unknown color: approx Sand Dune. HEX triplet: 7F, 73 and 64. RGB value is (127,115,100). Sum of RGB (Red+Green+Blue) = 127+115+100=342 (45% of max value = 765). Red value is 127 (50% from 255 or 37.13% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 100 (39.45% from 255 or 29.24% from 342); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7364 is #808C9B. Grayscale: #747474. Windows color (decimal): -8424604 or 6583167. OLE color: 6583167.

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

Color convert

RGB127115100-
CMYK00.090.210.50
HSL33.33º11.89%44.51%-
HSV(B)33.33º21.26%49.8%-
XYZ17.1817.6914.57-
YUV116.88118.48135.22-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.13%
GREEN value IS 115 (45.31% from 255) = 33.63%
BLUE value IS 100 (39.45% from 255) = 29.24%
R=37.13%
G=33.63%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12711510000.090.210.5033.3311.8944.51
Hex7F736409153221c2d
Octal1771631440112562411455
Binary11111111110011110010001001101011100101000011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,115,100); }

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

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

 a { background-color: rgb(127,115,100); }

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

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

 span { border-color: rgb(127,115,100); }

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