Html Css Color HEX #D8727A Froly

📋 copy color: '#D8727A'

red 216 ◦ green 114 ◦ blue 122

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

Shades of Froly #D8727A

Tints of Froly #D8727A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.22%

 BLUE value IS 122 (48.05% from 255) = 26.99%

R = 47.79%
G = 25.22%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D8727A (or 0xD8727A) is known color: Froly. HEX triplet: D8, 72 and 7A. RGB value is (216,114,122). Sum of RGB (Red+Green+Blue) = 216+114+122=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 216 - color contains mainly: red. Hex color #D8727A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8727A is #278D85. Grayscale: #919191. Windows color (decimal): -2592134 or 8024792. OLE color: 8024792.

HSL color Cylindrical-coordinate representation of color #D8727A: hue angle of 355.29º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D8727A is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 114 122 -
CMYK 0 0.47 0.44 0.15
HSL 355.29º 0.57% 0.65% -
HSV(B) 355.29º 0.47% 0.85% -
XYZ 37.85 28.04 21.83 -
YUV 145.41 114.79 178.35 -
System Red Green Blue C M Y K H S L
Decimal 216 114 122 0 0.47 0.44 0.15 355.29 0.57 0.65
Hex D8 72 7A 0 2F 2C F 163 39 41
Octal 330 162 172 0 57 54 17 543 71 101
Binary 11011000 1110010 1111010 0 101111 101100 1111 101100011 111001 1000001

Color Harmonies of #D8727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8727A

Black with #D8727A

Text Example


Text Example

White with #D8727A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8727A; }

 p { color: rgb(216,114,122); }

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

background-color css

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

 a { background-color: rgb(216,114,122); }

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

border-color css

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

 span { border-color: rgb(216,114,122); }

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