Html Css Color HEX #DB777F Froly

📋 copy color: '#DB777F'

red 219 ◦ green 119 ◦ blue 127

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

Shades of Froly #DB777F

Tints of Froly #DB777F

RGB

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

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

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

R = 47.1%
G = 25.59%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB777F (or 0xDB777F) is known color: Froly. HEX triplet: DB, 77 and 7F. RGB value is (219,119,127). Sum of RGB (Red+Green+Blue) = 219+119+127=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB777F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB777F is #248880. Grayscale: #959595. Windows color (decimal): -2394241 or 8353755. OLE color: 8353755.

HSL color Cylindrical-coordinate representation of color #DB777F: hue angle of 355.2º 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 #DB777F is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 119 127 -
CMYK 0 0.46 0.42 0.14
HSL 355.2º 0.58% 0.66% -
HSV(B) 355.2º 0.46% 0.86% -
XYZ 39.64 29.79 23.74 -
YUV 149.81 115.13 177.35 -
System Red Green Blue C M Y K H S L
Decimal 219 119 127 0 0.46 0.42 0.14 355.2 0.58 0.66
Hex DB 77 7F 0 2E 2A E 163 3A 42
Octal 333 167 177 0 56 52 16 543 72 102
Binary 11011011 1110111 1111111 0 101110 101010 1110 101100011 111010 1000010

Color Harmonies of #DB777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB777F

Black with #DB777F

Text Example


Text Example

White with #DB777F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB777F; }

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

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

background-color css

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

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

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

border-color css

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

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

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