Html Css Color HEX #D8777A Froly

📋 copy color: '#D8777A'

red 216 ◦ green 119 ◦ blue 122

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

Shades of Froly #D8777A

Tints of Froly #D8777A

RGB

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

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

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

R = 47.26%
G = 26.04%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D8777A (or 0xD8777A) is known color: Froly. HEX triplet: D8, 77 and 7A. RGB value is (216,119,122). Sum of RGB (Red+Green+Blue) = 216+119+122=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D8777A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8777A is #278885. Grayscale: #949494. Windows color (decimal): -2590854 or 8026072. OLE color: 8026072.

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

Color convert

RGB 216 119 122 -
CMYK 0 0.45 0.44 0.15
HSL 358.14º 0.55% 0.66% -
HSV(B) 358.14º 0.45% 0.85% -
XYZ 38.43 29.2 22.02 -
YUV 148.35 113.14 176.26 -
System Red Green Blue C M Y K H S L
Decimal 216 119 122 0 0.45 0.44 0.15 358.14 0.55 0.66
Hex D8 77 7A 0 2D 2C F 166 37 42
Octal 330 167 172 0 55 54 17 546 67 102
Binary 11011000 1110111 1111010 0 101101 101100 1111 101100110 110111 1000010

Color Harmonies of #D8777A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8777A

Black with #D8777A

Text Example


Text Example

White with #D8777A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8777A; }

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

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

background-color css

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

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

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

border-color css

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

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

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