#7A736E

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

Shades of Sand Dune #7A736E

Tints of Sand Dune #7A736E

Color information

#7A736E (or 0x7A736E) is unknown color: approx Sand Dune. HEX triplet: 7A, 73 and 6E. RGB value is (122,115,110). Sum of RGB (Red+Green+Blue) = 122+115+110=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 122 - color contains mainly: red. Hex color #7A736E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A736E is #858C91. Grayscale: #747474. Windows color (decimal): -8752274 or 7238522. OLE color: 7238522.

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

Color convert

RGB122115110-
CMYK00.060.100.52
HSL25º5.17%45.49%-
HSV(B)25º9.84%47.84%-
XYZ16.9717.5217.24-
YUV116.52124.32131.91-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.16%
GREEN value IS 115 (45.31% from 255) = 33.14%
BLUE value IS 110 (43.36% from 255) = 31.70%
R=35.16%
G=33.14%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12211511000.060.100.52255.1745.49
Hex7A736E06A341952d
Octal17216315606126431555
Binary1111010111001111011100110101011010011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A736E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,115,110); }

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

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

 a { background-color: rgb(122,115,110); }

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

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

 span { border-color: rgb(122,115,110); }

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