#D76868

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

Shades of Roman #D76868

Tints of Roman #D76868

Color information

#D76868 (or 0xD76868) is unknown color: approx Roman. HEX triplet: D7, 68 and 68. RGB value is (215,104,104). Sum of RGB (Red+Green+Blue) = 215+104+104=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D76868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76868 is #289797. Grayscale: #898989. Windows color (decimal): -2660248 or 6842583. OLE color: 6842583.

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

Color convert

RGB215104104-
CMYK00.520.520.16
HSL58.12%62.55%-
HSV(B)51.63%84.31%-
XYZ35.4725.3516.12-
YUV137.19109.27183.5-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 50.83%
GREEN value IS 104 (41.02% from 255) = 24.59%
BLUE value IS 104 (41.02% from 255) = 24.59%
R=50.83%
G=24.59%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510410400.520.520.16058.1262.55
HexD76868034341003a3f
Octal327150150064642007277
Binary11010111110100011010000110100110100100000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76868; }

 p { color: rgb(215,104,104); }

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

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

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

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

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

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

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