Html Css Color HEX #D8767B Froly

📋 copy color: '#D8767B'

red 216 ◦ green 118 ◦ blue 123

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

Shades of Froly #D8767B

Tints of Froly #D8767B

RGB

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

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

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

R = 47.26%
G = 25.82%
B = 26.91%

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

#D8767B (or 0xD8767B) is known color: Froly. HEX triplet: D8, 76 and 7B. RGB value is (216,118,123). Sum of RGB (Red+Green+Blue) = 216+118+123=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D8767B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8767B is #278984. Grayscale: #939393. Windows color (decimal): -2591109 or 8091352. OLE color: 8091352.

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

Color convert

RGB 216 118 123 -
CMYK 0 0.45 0.43 0.15
HSL 356.94º 0.56% 0.65% -
HSV(B) 356.94º 0.45% 0.85% -
XYZ 38.37 28.99 22.31 -
YUV 147.87 113.97 176.59 -
System Red Green Blue C M Y K H S L
Decimal 216 118 123 0 0.45 0.43 0.15 356.94 0.56 0.65
Hex D8 76 7B 0 2D 2B F 165 38 41
Octal 330 166 173 0 55 53 17 545 70 101
Binary 11011000 1110110 1111011 0 101101 101011 1111 101100101 111000 1000001

Color Harmonies of #D8767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8767B

Black with #D8767B

Text Example


Text Example

White with #D8767B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8767B; }

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

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

background-color css

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

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

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

border-color css

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

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

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