Html Css Color HEX #DB777C Froly

📋 copy color: '#DB777C'

red 219 ◦ green 119 ◦ blue 124

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

Shades of Froly #DB777C

Tints of Froly #DB777C

RGB

 RED value IS 219 (85.94% from 255) = 47.4%

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

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

R = 47.4%
G = 25.76%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB777C (or 0xDB777C) is known color: Froly. HEX triplet: DB, 77 and 7C. RGB value is (219,119,124). Sum of RGB (Red+Green+Blue) = 219+119+124=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 119 (46.88% from 255 or 25.76% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB777C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB777C is #248883. Grayscale: #959595. Windows color (decimal): -2394244 or 8157147. OLE color: 8157147.

HSL color Cylindrical-coordinate representation of color #DB777C: hue angle of 357º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB777C is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 119 124 -
CMYK 0 0.46 0.43 0.14
HSL 357º 0.58% 0.66% -
HSV(B) 357º 0.46% 0.86% -
XYZ 39.45 29.71 22.72 -
YUV 149.47 113.63 177.59 -
System Red Green Blue C M Y K H S L
Decimal 219 119 124 0 0.46 0.43 0.14 357 0.58 0.66
Hex DB 77 7C 0 2E 2B E 165 3A 42
Octal 333 167 174 0 56 53 16 545 72 102
Binary 11011011 1110111 1111100 0 101110 101011 1110 101100101 111010 1000010

Color Harmonies of #DB777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB777C

Black with #DB777C

Text Example


Text Example

White with #DB777C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB777C; }

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

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

background-color css

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

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

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

border-color css

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

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

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