#7F7669

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

Shades of Sand Dune #7F7669

Tints of Sand Dune #7F7669

Color information

#7F7669 (or 0x7F7669) is unknown color: approx Sand Dune. HEX triplet: 7F, 76 and 69. RGB value is (127,118,105). Sum of RGB (Red+Green+Blue) = 127+118+105=350 (46% of max value = 765). Red value is 127 (50% from 255 or 36.29% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7669 is #808996. Grayscale: #777777. Windows color (decimal): -8423831 or 6911615. OLE color: 6911615.

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

Color convert

RGB127118105-
CMYK00.070.170.50
HSL35.45º9.48%45.49%-
HSV(B)35.45º17.32%49.8%-
XYZ17.7818.4916-
YUV119.21119.98133.56-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.29%
GREEN value IS 118 (46.48% from 255) = 33.71%
BLUE value IS 105 (41.41% from 255) = 30%
R=36.29%
G=33.71%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12711810500.070.170.5035.459.4845.49
Hex7F76690711322392d
Octal177166151072162431155
Binary1111111111011011010010111100011100101000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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