#767472

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

Shades of Sand Dune #767472

Tints of Sand Dune #767472

Color information

#767472 (or 0x767472) is unknown color: approx Sand Dune. HEX triplet: 76, 74 and 72. RGB value is (118,116,114). Sum of RGB (Red+Green+Blue) = 118+116+114=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 118 - color contains mainly: red. Hex color #767472 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767472 is #898B8D. Grayscale: #747474. Windows color (decimal): -9014158 or 7500918. OLE color: 7500918.

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

Color convert

RGB118116114-
CMYK00.020.030.54
HSL30º1.72%45.49%-
HSV(B)30º3.39%46.27%-
XYZ16.7517.5618.43-
YUV116.37126.66129.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.91%
GREEN value IS 116 (45.70% from 255) = 33.33%
BLUE value IS 114 (44.92% from 255) = 32.76%
R=33.91%
G=33.33%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11811611400.020.030.54301.7245.49
Hex767472023361e22d
Octal1661641620236636255
Binary111011011101001110010010111101101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767472; }

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

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

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

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

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

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

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

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