#7C756C

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

Shades of Sand Dune #7C756C

Tints of Sand Dune #7C756C

Color information

#7C756C (or 0x7C756C) is unknown color: approx Sand Dune. HEX triplet: 7C, 75 and 6C. RGB value is (124,117,108). Sum of RGB (Red+Green+Blue) = 124+117+108=349 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.53% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 124 - color contains mainly: red. Hex color #7C756C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C756C is #838A93. Grayscale: #767676. Windows color (decimal): -8620692 or 7107964. OLE color: 7107964.

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

Color convert

RGB124117108-
CMYK00.060.130.51
HSL33.75º6.9%45.49%-
HSV(B)33.75º12.9%48.63%-
XYZ17.3818.0916.76-
YUV118.07122.32132.23-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.53%
GREEN value IS 117 (46.09% from 255) = 33.52%
BLUE value IS 108 (42.58% from 255) = 30.95%
R=35.53%
G=33.52%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12411710800.060.130.5133.756.945.49
Hex7C756C06D332272d
Octal17416515406156342755
Binary11111001110101110110001101101110011100010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,117,108); }

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

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

 a { background-color: rgb(124,117,108); }

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

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

 span { border-color: rgb(124,117,108); }

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