#7A756F

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

Shades of Sand Dune #7A756F

Tints of Sand Dune #7A756F

Color information

#7A756F (or 0x7A756F) is unknown color: approx Sand Dune. HEX triplet: 7A, 75 and 6F. RGB value is (122,117,111). Sum of RGB (Red+Green+Blue) = 122+117+111=350 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.86% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 122 - color contains mainly: red. Hex color #7A756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A756F is #858A90. Grayscale: #757575. Windows color (decimal): -8751761 or 7304570. OLE color: 7304570.

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

Color convert

RGB122117111-
CMYK00.040.090.52
HSL32.73º4.72%45.69%-
HSV(B)32.73º9.02%47.84%-
XYZ17.2618.0117.61-
YUV117.81124.16130.99-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.86%
GREEN value IS 117 (46.09% from 255) = 33.43%
BLUE value IS 111 (43.75% from 255) = 31.71%
R=34.86%
G=33.43%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12211711100.040.090.5232.734.7245.69
Hex7A756F049342152e
Octal17216515704116441556
Binary11110101110101110111101001001110100100001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,117,111); }

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

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

 a { background-color: rgb(122,117,111); }

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

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

 span { border-color: rgb(122,117,111); }

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