#D76467

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

Shades of Froly #D76467

Tints of Froly #D76467

Color information

#D76467 (or 0xD76467) is unknown color: approx Froly. HEX triplet: D7, 64 and 67. RGB value is (215,100,103). Sum of RGB (Red+Green+Blue) = 215+100+103=418 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.44% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 103 (40.62% from 255 or 24.64% from 418); Max value from RGB is 215 - color contains mainly: red. Hex color #D76467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76467 is #289B98. Grayscale: #868686. Windows color (decimal): -2661273 or 6776023. OLE color: 6776023.

HSL color Cylindrical-coordinate representation of color #D76467: hue angle of 358.43º 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 #D76467 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB215100103-
CMYK00.530.520.16
HSL358.43º58.97%61.76%-
HSV(B)358.43º53.49%84.31%-
XYZ35.0324.5415.72-
YUV134.73110.1185.26-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.44%
GREEN value IS 100 (39.45% from 255) = 23.92%
BLUE value IS 103 (40.62% from 255) = 24.64%
R=51.44%
G=23.92%
B=24.64%

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
Decimal21510010300.530.520.16358.4358.9761.76
HexD7646703534101663b3e
Octal32714414706564205467376
Binary1101011111001001100111011010111010010000101100110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76467; }

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

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

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

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

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

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

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

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