#D76667

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

Shades of Froly #D76667

Tints of Froly #D76667

Color information

#D76667 (or 0xD76667) is unknown color: approx Froly. HEX triplet: D7, 66 and 67. RGB value is (215,102,103). Sum of RGB (Red+Green+Blue) = 215+102+103=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 103 (40.62% from 255 or 24.52% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D76667 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76667 is #289998. Grayscale: #888888. Windows color (decimal): -2660761 or 6776535. OLE color: 6776535.

HSL color Cylindrical-coordinate representation of color #D76667: hue angle of 359.47º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D76667 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB215102103-
CMYK00.530.520.16
HSL359.47º58.55%62.16%-
HSV(B)359.47º52.56%84.31%-
XYZ35.2224.9315.79-
YUV135.9109.44184.42-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.19%
GREEN value IS 102 (40.23% from 255) = 24.29%
BLUE value IS 103 (40.62% from 255) = 24.52%
R=51.19%
G=24.29%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510210300.530.520.16359.4758.5562.16
HexD7666703534101673b3e
Octal32714614706564205477376
Binary1101011111001101100111011010111010010000101100111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76667; }

 p { color: rgb(215,102,103); }

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

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

 a { background-color: rgb(215,102,103); }

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

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

 span { border-color: rgb(215,102,103); }

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