Html Css Color HEX #D76C7C Froly

📋 copy color: '#D76C7C'

red 215 ◦ green 108 ◦ blue 124

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

Shades of Froly #D76C7C

Tints of Froly #D76C7C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.16%

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

R = 48.1%
G = 24.16%
B = 27.74%

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

#D76C7C (or 0xD76C7C) is known color: Froly. HEX triplet: D7, 6C and 7C. RGB value is (215,108,124). Sum of RGB (Red+Green+Blue) = 215+108+124=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 108 (42.58% from 255 or 24.16% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D76C7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76C7C is #289383. Grayscale: #8D8D8D. Windows color (decimal): -2659204 or 8154327. OLE color: 8154327.

HSL color Cylindrical-coordinate representation of color #D76C7C: hue angle of 351.03º 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 #D76C7C is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 108 124 -
CMYK 0 0.50 0.42 0.16
HSL 351.03º 0.57% 0.63% -
HSV(B) 351.03º 0.5% 0.84% -
XYZ 37.02 26.63 22.26 -
YUV 141.82 117.95 180.2 -
System Red Green Blue C M Y K H S L
Decimal 215 108 124 0 0.50 0.42 0.16 351.03 0.57 0.63
Hex D7 6C 7C 0 32 2A 10 15F 39 3F
Octal 327 154 174 0 62 52 20 537 71 77
Binary 11010111 1101100 1111100 0 110010 101010 10000 101011111 111001 111111

Color Harmonies of #D76C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76C7C

Black with #D76C7C

Text Example


Text Example

White with #D76C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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