#78726E

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

Shades of Sand Dune #78726E

Tints of Sand Dune #78726E

Color information

#78726E (or 0x78726E) is unknown color: approx Sand Dune. HEX triplet: 78, 72 and 6E. RGB value is (120,114,110). Sum of RGB (Red+Green+Blue) = 120+114+110=344 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.88% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 120 - color contains mainly: red. Hex color #78726E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #78726E is #878D91. Grayscale: #737373. Windows color (decimal): -8883602 or 7238264. OLE color: 7238264.

HSL color Cylindrical-coordinate representation of color #78726E: hue angle of 24º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #78726E is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB120114110-
CMYK00.050.080.53
HSL24º4.35%45.1%-
HSV(B)24º8.33%47.06%-
XYZ16.5817.1517.19-
YUV115.34124.99131.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.88%
GREEN value IS 114 (44.92% from 255) = 33.14%
BLUE value IS 110 (43.36% from 255) = 31.98%
R=34.88%
G=33.14%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12011411000.050.080.53244.3545.1
Hex78726E058351842d
Octal17016215605106530455
Binary1111000111001011011100101100011010111000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78726E; }

 p { color: rgb(120,114,110); }

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

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

 a { background-color: rgb(120,114,110); }

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

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

 span { border-color: rgb(120,114,110); }

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