Html Css Color HEX #D8777E Froly

📋 copy color: '#D8777E'

red 216 ◦ green 119 ◦ blue 126

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

Shades of Froly #D8777E

Tints of Froly #D8777E

RGB

 RED value IS 216 (84.77% from 255) = 46.85%

 GREEN value IS 119 (46.88% from 255) = 25.81%

 BLUE value IS 126 (49.61% from 255) = 27.33%

R = 46.85%
G = 25.81%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D8777E (or 0xD8777E) is known color: Froly. HEX triplet: D8, 77 and 7E. RGB value is (216,119,126). Sum of RGB (Red+Green+Blue) = 216+119+126=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 119 (46.88% from 255 or 25.81% from 461); Blue value is 126 (49.61% from 255 or 27.33% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D8777E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8777E is #278881. Grayscale: #949494. Windows color (decimal): -2590850 or 8288216. OLE color: 8288216.

HSL color Cylindrical-coordinate representation of color #D8777E: hue angle of 355.67º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D8777E is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 119 126 -
CMYK 0 0.45 0.42 0.15
HSL 355.67º 0.55% 0.66% -
HSV(B) 355.67º 0.45% 0.85% -
XYZ 38.68 29.3 23.36 -
YUV 148.8 115.14 175.93 -
System Red Green Blue C M Y K H S L
Decimal 216 119 126 0 0.45 0.42 0.15 355.67 0.55 0.66
Hex D8 77 7E 0 2D 2A F 164 37 42
Octal 330 167 176 0 55 52 17 544 67 102
Binary 11011000 1110111 1111110 0 101101 101010 1111 101100100 110111 1000010

Color Harmonies of #D8777E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8777E

Black with #D8777E

Text Example


Text Example

White with #D8777E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8777E; }

 p { color: rgb(216,119,126); }

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

background-color css

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

 a { background-color: rgb(216,119,126); }

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

border-color css

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

 span { border-color: rgb(216,119,126); }

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