Html Css Color HEX #D0777B Charm

📋 copy color: '#D0777B'

red 208 ◦ green 119 ◦ blue 123

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

Shades of Charm #D0777B

Tints of Charm #D0777B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.33%

R = 46.22%
G = 26.44%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0777B (or 0xD0777B) is known color: Charm. HEX triplet: D0, 77 and 7B. RGB value is (208,119,123). Sum of RGB (Red+Green+Blue) = 208+119+123=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 123 (48.44% from 255 or 27.33% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D0777B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0777B is #2F8884. Grayscale: #929292. Windows color (decimal): -3115141 or 8091600. OLE color: 8091600.

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

Color convert

RGB 208 119 123 -
CMYK 0 0.43 0.41 0.18
HSL 357.3º 0.49% 0.64% -
HSV(B) 357.3º 0.43% 0.82% -
XYZ 36.18 28.03 22.24 -
YUV 146.07 114.99 172.17 -
System Red Green Blue C M Y K H S L
Decimal 208 119 123 0 0.43 0.41 0.18 357.3 0.49 0.64
Hex D0 77 7B 0 2B 29 12 165 31 40
Octal 320 167 173 0 53 51 22 545 61 100
Binary 11010000 1110111 1111011 0 101011 101001 10010 101100101 110001 1000000

Color Harmonies of #D0777B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0777B

Black with #D0777B

Text Example


Text Example

White with #D0777B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0777B; }

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

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

background-color css

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

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

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

border-color css

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

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

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