#D77B8B

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

Shades of Charm #D77B8B

Tints of Charm #D77B8B

Color information

#D77B8B (or 0xD77B8B) is unknown color: approx Charm. HEX triplet: D7, 7B and 8B. RGB value is (215,123,139). Sum of RGB (Red+Green+Blue) = 215+123+139=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D77B8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D77B8B is #288474. Grayscale: #989898. Windows color (decimal): -2655349 or 9141207. OLE color: 9141207.

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

Color convert

RGB215123139-
CMYK00.430.350.16
HSL349.57º53.49%66.27%-
HSV(B)349.57º42.79%84.31%-
XYZ39.7730.4828.21-
YUV152.33120.48172.7-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 45.07%
GREEN value IS 123 (48.44% from 255) = 25.79%
BLUE value IS 139 (54.69% from 255) = 29.14%
R=45.07%
G=25.79%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512313900.430.350.16349.5753.4966.27
HexD77B8B02B231015e3542
Octal327173213053432053665102
Binary110101111111011100010110101011100011100001010111101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77B8B; }

 p { color: rgb(215,123,139); }

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

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

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

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

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

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

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