Html Css Color HEX #D76475 Froly

📋 copy color: '#D76475'

red 215 ◦ green 100 ◦ blue 117

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

Shades of Froly #D76475

Tints of Froly #D76475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.15%

 BLUE value IS 117 (46.09% from 255) = 27.08%

R = 49.77%
G = 23.15%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D76475 (or 0xD76475) is known color: Froly. HEX triplet: D7, 64 and 75. RGB value is (215,100,117). Sum of RGB (Red+Green+Blue) = 215+100+117=432 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.77% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 215 - color contains mainly: red. Hex color #D76475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76475 is #289B8A. Grayscale: #888888. Windows color (decimal): -2661259 or 7693527. OLE color: 7693527.

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

Color convert

RGB 215 100 117 -
CMYK 0 0.53 0.46 0.16
HSL 351.13º 0.59% 0.62% -
HSV(B) 351.13º 0.53% 0.84% -
XYZ 35.79 24.85 19.74 -
YUV 136.32 117.1 184.12 -
System Red Green Blue C M Y K H S L
Decimal 215 100 117 0 0.53 0.46 0.16 351.13 0.59 0.62
Hex D7 64 75 0 35 2E 10 15F 3B 3E
Octal 327 144 165 0 65 56 20 537 73 76
Binary 11010111 1100100 1110101 0 110101 101110 10000 101011111 111011 111110

Color Harmonies of #D76475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76475

Black with #D76475

Text Example


Text Example

White with #D76475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76475; }

 p { color: rgb(215,100,117); }

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

background-color css

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

 a { background-color: rgb(215,100,117); }

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

border-color css

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

 span { border-color: rgb(215,100,117); }

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