#D78E76

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

Shades of Feldspar #D78E76

Tints of Feldspar #D78E76

Color information

#D78E76 (or 0xD78E76) is unknown color: approx Feldspar. HEX triplet: D7, 8E and 76. RGB value is (215,142,118). Sum of RGB (Red+Green+Blue) = 215+142+118=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 142 (55.86% from 255 or 29.89% from 475); Blue value is 118 (46.48% from 255 or 24.84% from 475); Max value from RGB is 215 - color contains mainly: red. Hex color #D78E76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78E76 is #287189. Grayscale: #A1A1A1. Windows color (decimal): -2650506 or 7769815. OLE color: 7769815.

HSL color Cylindrical-coordinate representation of color #D78E76: hue angle of 14.85º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D78E76 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB215142118-
CMYK00.340.450.16
HSL14.85º54.8%65.29%-
HSV(B)14.85º45.12%84.31%-
XYZ40.9735.121.76-
YUV161.09103.68166.45-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.26%
GREEN value IS 142 (55.86% from 255) = 29.89%
BLUE value IS 118 (46.48% from 255) = 24.84%
R=45.26%
G=29.89%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514211800.340.450.1614.8554.865.29
HexD78E760222D10f3741
Octal32721616604255201767101
Binary1101011110001110111011001000101011011000011111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78E76; }

 p { color: rgb(215,142,118); }

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

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

 a { background-color: rgb(215,142,118); }

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

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

 span { border-color: rgb(215,142,118); }

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