#7F7568

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

Shades of Sand Dune #7F7568

Tints of Sand Dune #7F7568

Color information

#7F7568 (or 0x7F7568) is unknown color: approx Sand Dune. HEX triplet: 7F, 75 and 68. RGB value is (127,117,104). Sum of RGB (Red+Green+Blue) = 127+117+104=348 (46% of max value = 765). Red value is 127 (50% from 255 or 36.49% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 104 (41.02% from 255 or 29.89% from 348); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7568 is #808A97. Grayscale: #767676. Windows color (decimal): -8424088 or 6845823. OLE color: 6845823.

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

Color convert

RGB127117104-
CMYK00.080.180.50
HSL33.91º9.96%45.29%-
HSV(B)33.91º18.11%49.8%-
XYZ17.6118.2315.69-
YUV118.51119.81134.06-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.49%
GREEN value IS 117 (46.09% from 255) = 33.62%
BLUE value IS 104 (41.02% from 255) = 29.89%
R=36.49%
G=33.62%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12711710400.080.180.5033.919.9645.29
Hex7F756808123222a2d
Octal1771651500102262421255
Binary11111111110101110100001000100101100101000101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,117,104); }

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

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

 a { background-color: rgb(127,117,104); }

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

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

 span { border-color: rgb(127,117,104); }

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