Html Css Color HEX #D8777B Froly

📋 copy color: '#D8777B'

red 216 ◦ green 119 ◦ blue 123

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

Shades of Froly #D8777B

Tints of Froly #D8777B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.86%

R = 47.16%
G = 25.98%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D8777B (or 0xD8777B) is known color: Froly. HEX triplet: D8, 77 and 7B. RGB value is (216,119,123). Sum of RGB (Red+Green+Blue) = 216+119+123=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D8777B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8777B is #278884. Grayscale: #949494. Windows color (decimal): -2590853 or 8091608. OLE color: 8091608.

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

Color convert

RGB 216 119 123 -
CMYK 0 0.45 0.43 0.15
HSL 357.53º 0.55% 0.66% -
HSV(B) 357.53º 0.45% 0.85% -
XYZ 38.49 29.22 22.35 -
YUV 148.46 113.64 176.17 -
System Red Green Blue C M Y K H S L
Decimal 216 119 123 0 0.45 0.43 0.15 357.53 0.55 0.66
Hex D8 77 7B 0 2D 2B F 166 37 42
Octal 330 167 173 0 55 53 17 546 67 102
Binary 11011000 1110111 1111011 0 101101 101011 1111 101100110 110111 1000010

Color Harmonies of #D8777B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8777B

Black with #D8777B

Text Example


Text Example

White with #D8777B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8777B; }

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

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

background-color css

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

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

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

border-color css

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

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

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