#767270

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

Shades of Sand Dune #767270

Tints of Sand Dune #767270

Color information

#767270 (or 0x767270) is unknown color: approx Sand Dune. HEX triplet: 76, 72 and 70. RGB value is (118,114,112). Sum of RGB (Red+Green+Blue) = 118+114+112=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 118 - color contains mainly: red. Hex color #767270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767270 is #898D8F. Grayscale: #727272. Windows color (decimal): -9014672 or 7369334. OLE color: 7369334.

HSL color Cylindrical-coordinate representation of color #767270: hue angle of 20º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #767270 is Cyan = 0, Magento = 0.03, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB118114112-
CMYK00.030.050.54
HSL20º2.61%45.1%-
HSV(B)20º5.08%46.27%-
XYZ16.4117.0617.76-
YUV114.97126.33130.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.30%
GREEN value IS 114 (44.92% from 255) = 33.14%
BLUE value IS 112 (44.14% from 255) = 32.56%
R=34.30%
G=33.14%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811411200.030.050.54202.6145.1
Hex767270035361432d
Octal1661621600356624355
Binary1110110111001011100000111011101101010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767270; }

 p { color: rgb(118,114,112); }

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

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

 a { background-color: rgb(118,114,112); }

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

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

 span { border-color: rgb(118,114,112); }

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