Html Css Color HEX #D6787B Froly

📋 copy color: '#D6787B'

red 214 ◦ green 120 ◦ blue 123

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

Shades of Froly #D6787B

Tints of Froly #D6787B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.91%

R = 46.83%
G = 26.26%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6787B (or 0xD6787B) is known color: Froly. HEX triplet: D6, 78 and 7B. RGB value is (214,120,123). Sum of RGB (Red+Green+Blue) = 214+120+123=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 120 (47.27% from 255 or 26.26% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D6787B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6787B is #298784. Grayscale: #949494. Windows color (decimal): -2721669 or 8091862. OLE color: 8091862.

HSL color Cylindrical-coordinate representation of color #D6787B: hue angle of 358.09º 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 #D6787B is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 120 123 -
CMYK 0 0.44 0.43 0.16
HSL 358.09º 0.53% 0.65% -
HSV(B) 358.09º 0.44% 0.84% -
XYZ 38.02 29.16 22.36 -
YUV 148.45 113.64 174.76 -
System Red Green Blue C M Y K H S L
Decimal 214 120 123 0 0.44 0.43 0.16 358.09 0.53 0.65
Hex D6 78 7B 0 2C 2B 10 166 35 41
Octal 326 170 173 0 54 53 20 546 65 101
Binary 11010110 1111000 1111011 0 101100 101011 10000 101100110 110101 1000001

Color Harmonies of #D6787B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6787B

Black with #D6787B

Text Example


Text Example

White with #D6787B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6787B; }

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

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

background-color css

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

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

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

border-color css

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

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

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