Html Css Color HEX #D77174 Froly

📋 copy color: '#D77174'

red 215 ◦ green 113 ◦ blue 116

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

Shades of Froly #D77174

Tints of Froly #D77174

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.45%

 BLUE value IS 116 (45.7% from 255) = 26.13%

R = 48.42%
G = 25.45%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D77174 (or 0xD77174) is known color: Froly. HEX triplet: D7, 71 and 74. RGB value is (215,113,116). Sum of RGB (Red+Green+Blue) = 215+113+116=444 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.42% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 116 (45.70% from 255 or 26.13% from 444); Max value from RGB is 215 - color contains mainly: red. Hex color #D77174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77174 is #288E8B. Grayscale: #8F8F8F. Windows color (decimal): -2657932 or 7631319. OLE color: 7631319.

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

Color convert

RGB 215 113 116 -
CMYK 0 0.47 0.46 0.16
HSL 358.24º 0.56% 0.64% -
HSV(B) 358.24º 0.47% 0.84% -
XYZ 37.08 27.52 19.88 -
YUV 143.84 112.29 178.76 -
System Red Green Blue C M Y K H S L
Decimal 215 113 116 0 0.47 0.46 0.16 358.24 0.56 0.64
Hex D7 71 74 0 2F 2E 10 166 38 40
Octal 327 161 164 0 57 56 20 546 70 100
Binary 11010111 1110001 1110100 0 101111 101110 10000 101100110 111000 1000000

Color Harmonies of #D77174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77174

Black with #D77174

Text Example


Text Example

White with #D77174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77174; }

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

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

background-color css

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

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

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

border-color css

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

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

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