#7C716B

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

Shades of Sand Dune #7C716B

Tints of Sand Dune #7C716B

Color information

#7C716B (or 0x7C716B) is unknown color: approx Sand Dune. HEX triplet: 7C, 71 and 6B. RGB value is (124,113,107). Sum of RGB (Red+Green+Blue) = 124+113+107=344 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.05% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 124 - color contains mainly: red. Hex color #7C716B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C716B is #838E94. Grayscale: #737373. Windows color (decimal): -8621717 or 7041404. OLE color: 7041404.

HSL color Cylindrical-coordinate representation of color #7C716B: hue angle of 21.18º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7C716B is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB124113107-
CMYK00.090.140.51
HSL21.18º7.36%45.29%-
HSV(B)21.18º13.71%48.63%-
XYZ16.8717.1616.33-
YUV115.61123.14133.99-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.05%
GREEN value IS 113 (44.53% from 255) = 32.85%
BLUE value IS 107 (42.19% from 255) = 31.10%
R=36.05%
G=32.85%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12411310700.090.140.5121.187.3645.29
Hex7C716B09E331572d
Octal174161153011166325755
Binary11111001110001110101101001111011001110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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