Html Css Color HEX #D8767A Froly

📋 copy color: '#D8767A'

red 216 ◦ green 118 ◦ blue 122

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

Shades of Froly #D8767A

Tints of Froly #D8767A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.88%

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

R = 47.37%
G = 25.88%
B = 26.75%

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

#D8767A (or 0xD8767A) is known color: Froly. HEX triplet: D8, 76 and 7A. RGB value is (216,118,122). Sum of RGB (Red+Green+Blue) = 216+118+122=456 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.37% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 122 (48.05% from 255 or 26.75% from 456); Max value from RGB is 216 - color contains mainly: red. Hex color #D8767A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8767A is #278985. Grayscale: #939393. Windows color (decimal): -2591110 or 8025816. OLE color: 8025816.

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

Color convert

RGB 216 118 122 -
CMYK 0 0.45 0.44 0.15
HSL 357.55º 0.56% 0.65% -
HSV(B) 357.55º 0.45% 0.85% -
XYZ 38.31 28.96 21.98 -
YUV 147.76 113.47 176.67 -
System Red Green Blue C M Y K H S L
Decimal 216 118 122 0 0.45 0.44 0.15 357.55 0.56 0.65
Hex D8 76 7A 0 2D 2C F 166 38 41
Octal 330 166 172 0 55 54 17 546 70 101
Binary 11011000 1110110 1111010 0 101101 101100 1111 101100110 111000 1000001

Color Harmonies of #D8767A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8767A

Black with #D8767A

Text Example


Text Example

White with #D8767A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8767A; }

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

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

background-color css

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

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

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

border-color css

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

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

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