#7F7469

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

Shades of Sand Dune #7F7469

Tints of Sand Dune #7F7469

Color information

#7F7469 (or 0x7F7469) is unknown color: approx Sand Dune. HEX triplet: 7F, 74 and 69. RGB value is (127,116,105). Sum of RGB (Red+Green+Blue) = 127+116+105=348 (46% of max value = 765). Red value is 127 (50% from 255 or 36.49% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 105 (41.41% from 255 or 30.17% from 348); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7469 is #808B96. Grayscale: #767676. Windows color (decimal): -8424343 or 6911103. OLE color: 6911103.

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

Color convert

RGB127116105-
CMYK00.090.170.50
HSL30º9.48%45.49%-
HSV(B)30º17.32%49.8%-
XYZ17.5518.0215.92-
YUV118.04120.64134.39-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.49%
GREEN value IS 116 (45.70% from 255) = 33.33%
BLUE value IS 105 (41.41% from 255) = 30.17%
R=36.49%
G=33.33%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12711610500.090.170.50309.4845.49
Hex7F74690911321e92d
Octal1771641510112162361155
Binary1111111111010011010010100110001110010111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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