#7A716B

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

Shades of Sand Dune #7A716B

Tints of Sand Dune #7A716B

Color information

#7A716B (or 0x7A716B) is unknown color: approx Sand Dune. HEX triplet: 7A, 71 and 6B. RGB value is (122,113,107). Sum of RGB (Red+Green+Blue) = 122+113+107=342 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.67% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 122 - color contains mainly: red. Hex color #7A716B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A716B is #858E94. Grayscale: #737373. Windows color (decimal): -8752789 or 7041402. OLE color: 7041402.

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

Color convert

RGB122113107-
CMYK00.070.120.52
HSL24º6.55%44.9%-
HSV(B)24º12.3%47.84%-
XYZ16.5917.0116.32-
YUV115.01123.48132.99-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.67%
GREEN value IS 113 (44.53% from 255) = 33.04%
BLUE value IS 107 (42.19% from 255) = 31.29%
R=35.67%
G=33.04%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12211310700.070.120.52246.5544.9
Hex7A716B07C341872d
Octal17216115307146430755
Binary1111010111000111010110111110011010011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,113,107); }

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

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

 a { background-color: rgb(122,113,107); }

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

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

 span { border-color: rgb(122,113,107); }

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