Html Css Color HEX #D78F75 Feldspar

📋 copy color: '#D78F75'

red 215 ◦ green 143 ◦ blue 117

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

Shades of Feldspar #D78F75

Tints of Feldspar #D78F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.63%

R = 45.26%
G = 30.11%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D78F75 (or 0xD78F75) is known color: Feldspar. HEX triplet: D7, 8F and 75. RGB value is (215,143,117). Sum of RGB (Red+Green+Blue) = 215+143+117=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 117 (46.09% from 255 or 24.63% from 475); Max value from RGB is 215 - color contains mainly: red. Hex color #D78F75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78F75 is #28708A. Grayscale: #A1A1A1. Windows color (decimal): -2650251 or 7704535. OLE color: 7704535.

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

Color convert

RGB 215 143 117 -
CMYK 0 0.33 0.46 0.16
HSL 15.92º 0.55% 0.65% -
HSV(B) 15.92º 0.46% 0.84% -
XYZ 41.06 35.38 21.49 -
YUV 161.56 102.85 166.11 -
System Red Green Blue C M Y K H S L
Decimal 215 143 117 0 0.33 0.46 0.16 15.92 0.55 0.65
Hex D7 8F 75 0 21 2E 10 10 37 41
Octal 327 217 165 0 41 56 20 20 67 101
Binary 11010111 10001111 1110101 0 100001 101110 10000 10000 110111 1000001

Color Harmonies of #D78F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78F75

Black with #D78F75

Text Example


Text Example

White with #D78F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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