Html Css Color HEX #D6777B Froly

📋 copy color: '#D6777B'

red 214 ◦ green 119 ◦ blue 123

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

Shades of Froly #D6777B

Tints of Froly #D6777B

RGB

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

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

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

R = 46.93%
G = 26.1%
B = 26.97%

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

#D6777B (or 0xD6777B) is known color: Froly. HEX triplet: D6, 77 and 7B. RGB value is (214,119,123). Sum of RGB (Red+Green+Blue) = 214+119+123=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 119 (46.88% from 255 or 26.10% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D6777B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6777B is #298884. Grayscale: #939393. Windows color (decimal): -2721925 or 8091606. OLE color: 8091606.

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

Color convert

RGB 214 119 123 -
CMYK 0 0.44 0.43 0.16
HSL 357.47º 0.54% 0.65% -
HSV(B) 357.47º 0.44% 0.84% -
XYZ 37.9 28.92 22.32 -
YUV 147.86 113.97 175.17 -
System Red Green Blue C M Y K H S L
Decimal 214 119 123 0 0.44 0.43 0.16 357.47 0.54 0.65
Hex D6 77 7B 0 2C 2B 10 165 36 41
Octal 326 167 173 0 54 53 20 545 66 101
Binary 11010110 1110111 1111011 0 101100 101011 10000 101100101 110110 1000001

Color Harmonies of #D6777B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6777B

Black with #D6777B

Text Example


Text Example

White with #D6777B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6777B; }

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

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

background-color css

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

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

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

border-color css

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

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

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