Html Css Color HEX #D0777E Charm

📋 copy color: '#D0777E'

red 208 ◦ green 119 ◦ blue 126

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

Shades of Charm #D0777E

Tints of Charm #D0777E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.81%

R = 45.92%
G = 26.27%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D0777E (or 0xD0777E) is known color: Charm. HEX triplet: D0, 77 and 7E. RGB value is (208,119,126). Sum of RGB (Red+Green+Blue) = 208+119+126=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 119 (46.88% from 255 or 26.27% from 453); Blue value is 126 (49.61% from 255 or 27.81% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D0777E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0777E is #2F8881. Grayscale: #929292. Windows color (decimal): -3115138 or 8288208. OLE color: 8288208.

HSL color Cylindrical-coordinate representation of color #D0777E: hue angle of 355.28º 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 #D0777E is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 119 126 -
CMYK 0 0.43 0.39 0.18
HSL 355.28º 0.49% 0.64% -
HSV(B) 355.28º 0.43% 0.82% -
XYZ 36.38 28.11 23.25 -
YUV 146.41 116.49 171.93 -
System Red Green Blue C M Y K H S L
Decimal 208 119 126 0 0.43 0.39 0.18 355.28 0.49 0.64
Hex D0 77 7E 0 2B 27 12 163 31 40
Octal 320 167 176 0 53 47 22 543 61 100
Binary 11010000 1110111 1111110 0 101011 100111 10010 101100011 110001 1000000

Color Harmonies of #D0777E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0777E

Black with #D0777E

Text Example


Text Example

White with #D0777E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0777E; }

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

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

background-color css

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

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

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

border-color css

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

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

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