Html Css Color HEX #D78F78 Feldspar

📋 copy color: '#D78F78'

red 215 ◦ green 143 ◦ blue 120

#D78F78
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feldspar #D78F78

Tints of Feldspar #D78F78

RGB

 RED value IS 215 (84.38% from 255) = 44.98%

 GREEN value IS 143 (56.25% from 255) = 29.92%

 BLUE value IS 120 (47.27% from 255) = 25.1%

R = 44.98%
G = 29.92%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D78F78 (or 0xD78F78) is known color: Feldspar. HEX triplet: D7, 8F and 78. RGB value is (215,143,120). Sum of RGB (Red+Green+Blue) = 215+143+120=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 120 (47.27% from 255 or 25.10% from 478); Max value from RGB is 215 - color contains mainly: red. Hex color #D78F78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78F78 is #287087. Grayscale: #A2A2A2. Windows color (decimal): -2650248 or 7901143. OLE color: 7901143.

HSL color Cylindrical-coordinate representation of color #D78F78: hue angle of 14.53º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D78F78 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 143 120 -
CMYK 0 0.33 0.44 0.16
HSL 14.53º 0.54% 0.66% -
HSV(B) 14.53º 0.44% 0.84% -
XYZ 41.24 35.45 22.44 -
YUV 161.91 104.35 165.87 -
System Red Green Blue C M Y K H S L
Decimal 215 143 120 0 0.33 0.44 0.16 14.53 0.54 0.66
Hex D7 8F 78 0 21 2C 10 F 36 42
Octal 327 217 170 0 41 54 20 17 66 102
Binary 11010111 10001111 1111000 0 100001 101100 10000 1111 110110 1000010

Color Harmonies of #D78F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78F78

Black with #D78F78

Text Example


Text Example

White with #D78F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78F78; }

 p { color: rgb(215,143,120); }

 H1.HeaderClassName
 {
   color: #D78F78;
 }
 .AnyTagClassName
 {
   color: #D78F78;
 }
</style>

background-color css

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

 a { background-color: rgb(215,143,120); }

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

border-color css

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

 span { border-color: rgb(215,143,120); }

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