Html Css Color HEX #D77B8B Charm

📋 copy color: '#D77B8B'

red 215 ◦ green 123 ◦ blue 139

#D77B8B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charm #D77B8B

Tints of Charm #D77B8B

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 value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D77B8B (or 0xD77B8B) is known color: 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

RGB 215 123 139 -
CMYK 0 0.43 0.35 0.16
HSL 349.57º 0.53% 0.66% -
HSV(B) 349.57º 0.43% 0.84% -
XYZ 39.77 30.48 28.21 -
YUV 152.33 120.48 172.7 -
System Red Green Blue C M Y K H S L
Decimal 215 123 139 0 0.43 0.35 0.16 349.57 0.53 0.66
Hex D7 7B 8B 0 2B 23 10 15E 35 42
Octal 327 173 213 0 53 43 20 536 65 102
Binary 11010111 1111011 10001011 0 101011 100011 10000 101011110 110101 1000010

Color Harmonies of #D77B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77B8B

Black with #D77B8B

Text Example


Text Example

White with #D77B8B

Text Example


Text Example

HTML Codes & Css Web 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>