Html Css Color HEX #D6787D Froly

📋 copy color: '#D6787D'

red 214 ◦ green 120 ◦ blue 125

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

Shades of Froly #D6787D

Tints of Froly #D6787D

RGB

 RED value IS 214 (83.98% from 255) = 46.62%

 GREEN value IS 120 (47.27% from 255) = 26.14%

 BLUE value IS 125 (49.22% from 255) = 27.23%

R = 46.62%
G = 26.14%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6787D (or 0xD6787D) is known color: Froly. HEX triplet: D6, 78 and 7D. RGB value is (214,120,125). Sum of RGB (Red+Green+Blue) = 214+120+125=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D6787D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6787D is #298782. Grayscale: #949494. Windows color (decimal): -2721667 or 8222934. OLE color: 8222934.

HSL color Cylindrical-coordinate representation of color #D6787D: hue angle of 356.81º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D6787D is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 120 125 -
CMYK 0 0.44 0.42 0.16
HSL 356.81º 0.53% 0.65% -
HSV(B) 356.81º 0.44% 0.84% -
XYZ 38.15 29.21 23.03 -
YUV 148.68 114.64 174.59 -
System Red Green Blue C M Y K H S L
Decimal 214 120 125 0 0.44 0.42 0.16 356.81 0.53 0.65
Hex D6 78 7D 0 2C 2A 10 165 35 41
Octal 326 170 175 0 54 52 20 545 65 101
Binary 11010110 1111000 1111101 0 101100 101010 10000 101100101 110101 1000001

Color Harmonies of #D6787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6787D

Black with #D6787D

Text Example


Text Example

White with #D6787D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6787D; }

 p { color: rgb(214,120,125); }

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

background-color css

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

 a { background-color: rgb(214,120,125); }

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

border-color css

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

 span { border-color: rgb(214,120,125); }

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