Html Css Color HEX #D0777F Charm

📋 copy color: '#D0777F'

red 208 ◦ green 119 ◦ blue 127

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

Shades of Charm #D0777F

Tints of Charm #D0777F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.97%

R = 45.81%
G = 26.21%
B = 27.97%

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

#D0777F (or 0xD0777F) is known color: Charm. HEX triplet: D0, 77 and 7F. RGB value is (208,119,127). Sum of RGB (Red+Green+Blue) = 208+119+127=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D0777F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0777F is #2F8880. Grayscale: #929292. Windows color (decimal): -3115137 or 8353744. OLE color: 8353744.

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

Color convert

RGB 208 119 127 -
CMYK 0 0.43 0.39 0.18
HSL 354.61º 0.49% 0.64% -
HSV(B) 354.61º 0.43% 0.82% -
XYZ 36.44 28.14 23.59 -
YUV 146.52 116.99 171.85 -
System Red Green Blue C M Y K H S L
Decimal 208 119 127 0 0.43 0.39 0.18 354.61 0.49 0.64
Hex D0 77 7F 0 2B 27 12 163 31 40
Octal 320 167 177 0 53 47 22 543 61 100
Binary 11010000 1110111 1111111 0 101011 100111 10010 101100011 110001 1000000

Color Harmonies of #D0777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0777F

Black with #D0777F

Text Example


Text Example

White with #D0777F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0777F; }

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

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

background-color css

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

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

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

border-color css

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

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

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