Html Css Color HEX #D76771 Froly

📋 copy color: '#D76771'

red 215 ◦ green 103 ◦ blue 113

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

Shades of Froly #D76771

Tints of Froly #D76771

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.9%

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

R = 49.88%
G = 23.9%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D76771 (or 0xD76771) is known color: Froly. HEX triplet: D7, 67 and 71. RGB value is (215,103,113). Sum of RGB (Red+Green+Blue) = 215+103+113=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D76771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76771 is #28988E. Grayscale: #898989. Windows color (decimal): -2660495 or 7432151. OLE color: 7432151.

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

Color convert

RGB 215 103 113 -
CMYK 0 0.52 0.47 0.16
HSL 354.64º 0.58% 0.62% -
HSV(B) 354.64º 0.52% 0.84% -
XYZ 35.86 25.34 18.62 -
YUV 137.63 114.11 183.19 -
System Red Green Blue C M Y K H S L
Decimal 215 103 113 0 0.52 0.47 0.16 354.64 0.58 0.62
Hex D7 67 71 0 34 2F 10 163 3A 3E
Octal 327 147 161 0 64 57 20 543 72 76
Binary 11010111 1100111 1110001 0 110100 101111 10000 101100011 111010 111110

Color Harmonies of #D76771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76771

Black with #D76771

Text Example


Text Example

White with #D76771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76771; }

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

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

background-color css

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

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

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

border-color css

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

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

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