Html Css Color HEX #D76E7A Froly

📋 copy color: '#D76E7A'

red 215 ◦ green 110 ◦ blue 122

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

Shades of Froly #D76E7A

Tints of Froly #D76E7A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.61%

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

R = 48.1%
G = 24.61%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D76E7A (or 0xD76E7A) is known color: Froly. HEX triplet: D7, 6E and 7A. RGB value is (215,110,122). Sum of RGB (Red+Green+Blue) = 215+110+122=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 110 (43.36% from 255 or 24.61% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D76E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76E7A is #289185. Grayscale: #8E8E8E. Windows color (decimal): -2658694 or 8023767. OLE color: 8023767.

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

Color convert

RGB 215 110 122 -
CMYK 0 0.49 0.43 0.16
HSL 353.14º 0.57% 0.64% -
HSV(B) 353.14º 0.49% 0.84% -
XYZ 37.11 27 21.67 -
YUV 142.76 116.29 179.52 -
System Red Green Blue C M Y K H S L
Decimal 215 110 122 0 0.49 0.43 0.16 353.14 0.57 0.64
Hex D7 6E 7A 0 31 2B 10 161 39 40
Octal 327 156 172 0 61 53 20 541 71 100
Binary 11010111 1101110 1111010 0 110001 101011 10000 101100001 111001 1000000

Color Harmonies of #D76E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76E7A

Black with #D76E7A

Text Example


Text Example

White with #D76E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76E7A; }

 p { color: rgb(215,110,122); }

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

background-color css

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

 a { background-color: rgb(215,110,122); }

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

border-color css

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

 span { border-color: rgb(215,110,122); }

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