#7C766F

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

Shades of Sand Dune #7C766F

Tints of Sand Dune #7C766F

Color information

#7C766F (or 0x7C766F) is unknown color: approx Sand Dune. HEX triplet: 7C, 76 and 6F. RGB value is (124,118,111). Sum of RGB (Red+Green+Blue) = 124+118+111=353 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.13% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 124 - color contains mainly: red. Hex color #7C766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C766F is #838990. Grayscale: #777777. Windows color (decimal): -8620433 or 7304828. OLE color: 7304828.

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

Color convert

RGB124118111-
CMYK00.050.100.51
HSL32.31º5.53%46.08%-
HSV(B)32.31º10.48%48.63%-
XYZ17.6618.3917.66-
YUV119123.49131.57-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.13%
GREEN value IS 118 (46.48% from 255) = 33.43%
BLUE value IS 111 (43.75% from 255) = 31.44%
R=35.13%
G=33.43%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12411811100.050.100.5132.315.5346.08
Hex7C766F05A332062e
Octal17416615705126340656
Binary11111001110110110111101011010110011100000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,118,111); }

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

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

 a { background-color: rgb(124,118,111); }

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

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

 span { border-color: rgb(124,118,111); }

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