Html Css Color HEX #D87C7F Froly

📋 copy color: '#D87C7F'

red 216 ◦ green 124 ◦ blue 127

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

Shades of Froly #D87C7F

Tints of Froly #D87C7F

RGB

 RED value IS 216 (84.77% from 255) = 46.25%

 GREEN value IS 124 (48.83% from 255) = 26.55%

 BLUE value IS 127 (50% from 255) = 27.19%

R = 46.25%
G = 26.55%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D87C7F (or 0xD87C7F) is known color: Froly. HEX triplet: D8, 7C and 7F. RGB value is (216,124,127). Sum of RGB (Red+Green+Blue) = 216+124+127=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 127 (50% from 255 or 27.19% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D87C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87C7F is #278380. Grayscale: #979797. Windows color (decimal): -2589569 or 8355032. OLE color: 8355032.

HSL color Cylindrical-coordinate representation of color #D87C7F: hue angle of 358.04º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D87C7F is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 124 127 -
CMYK 0 0.43 0.41 0.15
HSL 358.04º 0.54% 0.67% -
HSV(B) 358.04º 0.43% 0.85% -
XYZ 39.36 30.55 23.9 -
YUV 151.85 113.98 173.76 -
System Red Green Blue C M Y K H S L
Decimal 216 124 127 0 0.43 0.41 0.15 358.04 0.54 0.67
Hex D8 7C 7F 0 2B 29 F 166 36 43
Octal 330 174 177 0 53 51 17 546 66 103
Binary 11011000 1111100 1111111 0 101011 101001 1111 101100110 110110 1000011

Color Harmonies of #D87C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87C7F

Black with #D87C7F

Text Example


Text Example

White with #D87C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87C7F; }

 p { color: rgb(216,124,127); }

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

background-color css

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

 a { background-color: rgb(216,124,127); }

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

border-color css

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

 span { border-color: rgb(216,124,127); }

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