#D27678

Color #D27678 Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #D27678

Tints of Froly #D27678

Color information

#D27678 (or 0xD27678) is unknown color: approx Froly. HEX triplet: D2, 76 and 78. RGB value is (210,118,120). Sum of RGB (Red+Green+Blue) = 210+118+120=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 120 (47.27% from 255 or 26.79% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D27678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27678 is #2D8987. Grayscale: #919191. Windows color (decimal): -2984328 or 7894738. OLE color: 7894738.

HSL color Cylindrical-coordinate representation of color #D27678: hue angle of 358.7º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D27678 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB210118120-
CMYK00.440.430.18
HSL358.7º50.55%64.31%-
HSV(B)358.7º43.81%82.35%-
XYZ36.4528.0121.26-
YUV145.74113.48173.84-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.88%
GREEN value IS 118 (46.48% from 255) = 26.34%
BLUE value IS 120 (47.27% from 255) = 26.79%
R=46.88%
G=26.34%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011812000.440.430.18358.750.5564.31
HexD2767802C2B121673340
Octal322166170054532254763100
Binary11010010111011011110000101100101011100101011001111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27678; }

 p { color: rgb(210,118,120); }

 H1.HeaderClassName
 {
   color: #D27678;
 }
 .AnyTagClassName
 {
   color: #D27678;
 }
</style>
background-color css

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

 a { background-color: rgb(210,118,120); }

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

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

 span { border-color: rgb(210,118,120); }

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