Html Css Color HEX #DB7677 Froly

📋 copy color: '#DB7677'

red 219 ◦ green 118 ◦ blue 119

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

Shades of Froly #DB7677

Tints of Froly #DB7677

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.88%

 BLUE value IS 119 (46.88% from 255) = 26.1%

R = 48.03%
G = 25.88%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB7677 (or 0xDB7677) is known color: Froly. HEX triplet: DB, 76 and 77. RGB value is (219,118,119). Sum of RGB (Red+Green+Blue) = 219+118+119=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 119 (46.88% from 255 or 26.10% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7677 is #248988. Grayscale: #949494. Windows color (decimal): -2394505 or 7829211. OLE color: 7829211.

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

Color convert

RGB 219 118 119 -
CMYK 0 0.46 0.46 0.14
HSL 359.41º 0.58% 0.66% -
HSV(B) 359.41º 0.46% 0.86% -
XYZ 39.02 29.35 21.06 -
YUV 148.31 111.46 178.42 -
System Red Green Blue C M Y K H S L
Decimal 219 118 119 0 0.46 0.46 0.14 359.41 0.58 0.66
Hex DB 76 77 0 2E 2E E 167 3A 42
Octal 333 166 167 0 56 56 16 547 72 102
Binary 11011011 1110110 1110111 0 101110 101110 1110 101100111 111010 1000010

Color Harmonies of #DB7677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7677

Black with #DB7677

Text Example


Text Example

White with #DB7677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7677; }

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

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

background-color css

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

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

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

border-color css

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

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

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