#D76761

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

Shades of Roman #D76761

Tints of Roman #D76761

Color information

#D76761 (or 0xD76761) is unknown color: approx Roman. HEX triplet: D7, 67 and 61. RGB value is (215,103,97). Sum of RGB (Red+Green+Blue) = 215+103+97=415 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.81% from 415); Green value is 103 (40.62% from 255 or 24.82% from 415); Blue value is 97 (38.28% from 255 or 23.37% from 415); Max value from RGB is 215 - color contains mainly: red. Hex color #D76761 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76761 is #28989E. Grayscale: #878787. Windows color (decimal): -2660511 or 6383575. OLE color: 6383575.

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

Color convert

RGB21510397-
CMYK00.520.550.16
HSL3.05º59.6%61.18%-
HSV(B)3.05º54.88%84.31%-
XYZ35.0325.0114.29-
YUV135.8106.11184.49-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.81%
GREEN value IS 103 (40.62% from 255) = 24.82%
BLUE value IS 97 (38.28% from 255) = 23.37%
R=51.81%
G=24.82%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151039700.520.550.163.0559.661.18
HexD76761034371033c3d
Octal327147141064672037475
Binary110101111100111110000101101001101111000011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76761; }

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

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

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

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

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

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

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

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