Html Css Color HEX #D78B72 Feldspar

📋 copy color: '#D78B72'

red 215 ◦ green 139 ◦ blue 114

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

Shades of Feldspar #D78B72

Tints of Feldspar #D78B72

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.7%

 BLUE value IS 114 (44.92% from 255) = 24.36%

R = 45.94%
G = 29.7%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D78B72 (or 0xD78B72) is known color: Feldspar. HEX triplet: D7, 8B and 72. RGB value is (215,139,114). Sum of RGB (Red+Green+Blue) = 215+139+114=468 (61% of max value = 765). Red value is 215 (84.38% from 255 or 45.94% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 114 (44.92% from 255 or 24.36% from 468); Max value from RGB is 215 - color contains mainly: red. Hex color #D78B72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78B72 is #28748D. Grayscale: #9F9F9F. Windows color (decimal): -2651278 or 7506903. OLE color: 7506903.

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

Color convert

RGB 215 139 114 -
CMYK 0 0.35 0.47 0.16
HSL 14.85º 0.56% 0.65% -
HSV(B) 14.85º 0.47% 0.84% -
XYZ 40.29 34.13 20.38 -
YUV 158.87 102.68 168.03 -
System Red Green Blue C M Y K H S L
Decimal 215 139 114 0 0.35 0.47 0.16 14.85 0.56 0.65
Hex D7 8B 72 0 23 2F 10 F 38 41
Octal 327 213 162 0 43 57 20 17 70 101
Binary 11010111 10001011 1110010 0 100011 101111 10000 1111 111000 1000001

Color Harmonies of #D78B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78B72

Black with #D78B72

Text Example


Text Example

White with #D78B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78B72; }

 p { color: rgb(215,139,114); }

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

background-color css

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

 a { background-color: rgb(215,139,114); }

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

border-color css

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

 span { border-color: rgb(215,139,114); }

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