#D76865

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

Shades of Roman #D76865

Tints of Roman #D76865

Color information

#D76865 (or 0xD76865) is unknown color: approx Roman. HEX triplet: D7, 68 and 65. RGB value is (215,104,101). Sum of RGB (Red+Green+Blue) = 215+104+101=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D76865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76865 is #28979A. Grayscale: #888888. Windows color (decimal): -2660251 or 6645975. OLE color: 6645975.

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

Color convert

RGB215104101-
CMYK00.520.530.16
HSL1.58º58.76%61.96%-
HSV(B)1.58º53.02%84.31%-
XYZ35.3225.2915.33-
YUV136.85107.77183.74-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.19%
GREEN value IS 104 (41.02% from 255) = 24.76%
BLUE value IS 101 (39.84% from 255) = 24.05%
R=51.19%
G=24.76%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510410100.520.530.161.5858.7661.96
HexD76865034351023b3e
Octal327150145064652027376
Binary110101111101000110010101101001101011000010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76865; }

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

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

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

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

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

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

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

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