Html Css Color HEX #D76D71 Froly

📋 copy color: '#D76D71'

red 215 ◦ green 109 ◦ blue 113

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

Shades of Froly #D76D71

Tints of Froly #D76D71

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.94%

 BLUE value IS 113 (44.53% from 255) = 25.86%

R = 49.2%
G = 24.94%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D76D71 (or 0xD76D71) is known color: Froly. HEX triplet: D7, 6D and 71. RGB value is (215,109,113). Sum of RGB (Red+Green+Blue) = 215+109+113=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 113 (44.53% from 255 or 25.86% from 437); Max value from RGB is 215 - color contains mainly: red. Hex color #D76D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76D71 is #28928E. Grayscale: #8D8D8D. Windows color (decimal): -2658959 or 7433687. OLE color: 7433687.

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

Color convert

RGB 215 109 113 -
CMYK 0 0.49 0.47 0.16
HSL 357.74º 0.57% 0.64% -
HSV(B) 357.74º 0.49% 0.84% -
XYZ 36.47 26.58 18.83 -
YUV 141.15 112.12 180.67 -
System Red Green Blue C M Y K H S L
Decimal 215 109 113 0 0.49 0.47 0.16 357.74 0.57 0.64
Hex D7 6D 71 0 31 2F 10 166 39 40
Octal 327 155 161 0 61 57 20 546 71 100
Binary 11010111 1101101 1110001 0 110001 101111 10000 101100110 111001 1000000

Color Harmonies of #D76D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76D71

Black with #D76D71

Text Example


Text Example

White with #D76D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76D71; }

 p { color: rgb(215,109,113); }

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

background-color css

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

 a { background-color: rgb(215,109,113); }

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

border-color css

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

 span { border-color: rgb(215,109,113); }

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