Html Css Color HEX #D0777C Charm

📋 copy color: '#D0777C'

red 208 ◦ green 119 ◦ blue 124

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

Shades of Charm #D0777C

Tints of Charm #D0777C

RGB

 RED value IS 208 (81.64% from 255) = 46.12%

 GREEN value IS 119 (46.88% from 255) = 26.39%

 BLUE value IS 124 (48.83% from 255) = 27.49%

R = 46.12%
G = 26.39%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0777C (or 0xD0777C) is known color: Charm. HEX triplet: D0, 77 and 7C. RGB value is (208,119,124). Sum of RGB (Red+Green+Blue) = 208+119+124=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 119 (46.88% from 255 or 26.39% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D0777C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0777C is #2F8883. Grayscale: #929292. Windows color (decimal): -3115140 or 8157136. OLE color: 8157136.

HSL color Cylindrical-coordinate representation of color #D0777C: hue angle of 356.63º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D0777C is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 119 124 -
CMYK 0 0.43 0.40 0.18
HSL 356.63º 0.49% 0.64% -
HSV(B) 356.63º 0.43% 0.82% -
XYZ 36.25 28.06 22.57 -
YUV 146.18 115.49 172.09 -
System Red Green Blue C M Y K H S L
Decimal 208 119 124 0 0.43 0.40 0.18 356.63 0.49 0.64
Hex D0 77 7C 0 2B 28 12 165 31 40
Octal 320 167 174 0 53 50 22 545 61 100
Binary 11010000 1110111 1111100 0 101011 101000 10010 101100101 110001 1000000

Color Harmonies of #D0777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0777C

Black with #D0777C

Text Example


Text Example

White with #D0777C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0777C; }

 p { color: rgb(208,119,124); }

 H1.HeaderClassName
 {
   color: #D0777C;
 }
 .AnyTagClassName
 {
   color: #D0777C;
 }
</style>

background-color css

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

 a { background-color: rgb(208,119,124); }

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

border-color css

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

 span { border-color: rgb(208,119,124); }

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