Html Css Color HEX #D76B7C Froly

📋 copy color: '#D76B7C'

red 215 ◦ green 107 ◦ blue 124

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

Shades of Froly #D76B7C

Tints of Froly #D76B7C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.99%

 BLUE value IS 124 (48.83% from 255) = 27.8%

R = 48.21%
G = 23.99%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D76B7C (or 0xD76B7C) is known color: Froly. HEX triplet: D7, 6B and 7C. RGB value is (215,107,124). Sum of RGB (Red+Green+Blue) = 215+107+124=446 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.21% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 215 - color contains mainly: red. Hex color #D76B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76B7C is #289483. Grayscale: #8D8D8D. Windows color (decimal): -2659460 or 8154071. OLE color: 8154071.

HSL color Cylindrical-coordinate representation of color #D76B7C: hue angle of 350.56º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76B7C is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 107 124 -
CMYK 0 0.50 0.42 0.16
HSL 350.56º 0.57% 0.63% -
HSV(B) 350.56º 0.5% 0.84% -
XYZ 36.92 26.42 22.22 -
YUV 141.23 118.28 180.62 -
System Red Green Blue C M Y K H S L
Decimal 215 107 124 0 0.50 0.42 0.16 350.56 0.57 0.63
Hex D7 6B 7C 0 32 2A 10 15F 39 3F
Octal 327 153 174 0 62 52 20 537 71 77
Binary 11010111 1101011 1111100 0 110010 101010 10000 101011111 111001 111111

Color Harmonies of #D76B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76B7C

Black with #D76B7C

Text Example


Text Example

White with #D76B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76B7C; }

 p { color: rgb(215,107,124); }

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

background-color css

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

 a { background-color: rgb(215,107,124); }

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

border-color css

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

 span { border-color: rgb(215,107,124); }

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