Html Css Color HEX #DB7679 Froly

📋 copy color: '#DB7679'

red 219 ◦ green 118 ◦ blue 121

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

Shades of Froly #DB7679

Tints of Froly #DB7679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 26.42%

R = 47.82%
G = 25.76%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB7679 (or 0xDB7679) is known color: Froly. HEX triplet: DB, 76 and 79. RGB value is (219,118,121). Sum of RGB (Red+Green+Blue) = 219+118+121=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 121 (47.66% from 255 or 26.42% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7679 is #248986. Grayscale: #949494. Windows color (decimal): -2394503 or 7960283. OLE color: 7960283.

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

Color convert

RGB 219 118 121 -
CMYK 0 0.46 0.45 0.14
HSL 358.22º 0.58% 0.66% -
HSV(B) 358.22º 0.46% 0.86% -
XYZ 39.14 29.4 21.7 -
YUV 148.54 112.46 178.26 -
System Red Green Blue C M Y K H S L
Decimal 219 118 121 0 0.46 0.45 0.14 358.22 0.58 0.66
Hex DB 76 79 0 2E 2D E 166 3A 42
Octal 333 166 171 0 56 55 16 546 72 102
Binary 11011011 1110110 1111001 0 101110 101101 1110 101100110 111010 1000010

Color Harmonies of #DB7679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7679

Black with #DB7679

Text Example


Text Example

White with #DB7679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7679; }

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

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

background-color css

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

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

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

border-color css

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

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

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