#7B756D

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

Shades of Sand Dune #7B756D

Tints of Sand Dune #7B756D

Color information

#7B756D (or 0x7B756D) is unknown color: approx Sand Dune. HEX triplet: 7B, 75 and 6D. RGB value is (123,117,109). Sum of RGB (Red+Green+Blue) = 123+117+109=349 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.24% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 123 - color contains mainly: red. Hex color #7B756D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B756D is #848A92. Grayscale: #757575. Windows color (decimal): -8686227 or 7173499. OLE color: 7173499.

HSL color Cylindrical-coordinate representation of color #7B756D: hue angle of 34.29º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #7B756D is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB123117109-
CMYK00.050.110.52
HSL34.29º6.03%45.49%-
HSV(B)34.29º11.38%48.24%-
XYZ17.2918.0417.04-
YUV117.88122.99131.65-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.24%
GREEN value IS 117 (46.09% from 255) = 33.52%
BLUE value IS 109 (42.97% from 255) = 31.23%
R=35.24%
G=33.52%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12311710900.050.110.5234.296.0345.49
Hex7B756D05B342262d
Octal17316515505136442655
Binary11110111110101110110101011011110100100010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,117,109); }

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

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

 a { background-color: rgb(123,117,109); }

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

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

 span { border-color: rgb(123,117,109); }

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