#D3777A

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

Shades of Froly #D3777A

Tints of Froly #D3777A

Color information

#D3777A (or 0xD3777A) is unknown color: approx Froly. HEX triplet: D3, 77 and 7A. RGB value is (211,119,122). Sum of RGB (Red+Green+Blue) = 211+119+122=452 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.68% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 211 - color contains mainly: red. Hex color #D3777A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3777A is #2C8885. Grayscale: #929292. Windows color (decimal): -2918534 or 8026067. OLE color: 8026067.

HSL color Cylindrical-coordinate representation of color #D3777A: hue angle of 358.04º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D3777A is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB211119122-
CMYK00.440.420.17
HSL358.04º51.11%64.71%-
HSV(B)358.04º43.6%82.75%-
XYZ36.9728.4521.95-
YUV146.85113.98173.76-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.68%
GREEN value IS 119 (46.88% from 255) = 26.33%
BLUE value IS 122 (48.05% from 255) = 26.99%
R=46.68%
G=26.33%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21111912200.440.420.17358.0451.1164.71
HexD3777A02C2A111663341
Octal323167172054522154663101
Binary11010011111011111110100101100101010100011011001101100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3777A; }

 p { color: rgb(211,119,122); }

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

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

 a { background-color: rgb(211,119,122); }

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

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

 span { border-color: rgb(211,119,122); }

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