Html Css Color HEX #D1777A Froly

📋 copy color: '#D1777A'

red 209 ◦ green 119 ◦ blue 122

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

Shades of Froly #D1777A

Tints of Froly #D1777A

RGB

 RED value IS 209 (82.03% from 255) = 46.44%

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

 BLUE value IS 122 (48.05% from 255) = 27.11%

R = 46.44%
G = 26.44%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D1777A (or 0xD1777A) is known color: Froly. HEX triplet: D1, 77 and 7A. RGB value is (209,119,122). Sum of RGB (Red+Green+Blue) = 209+119+122=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D1777A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1777A is #2E8885. Grayscale: #929292. Windows color (decimal): -3049606 or 8026065. OLE color: 8026065.

HSL color Cylindrical-coordinate representation of color #D1777A: hue angle of 358º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D1777A is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 119 122 -
CMYK 0 0.43 0.42 0.18
HSL 358º 0.49% 0.64% -
HSV(B) 358º 0.43% 0.82% -
XYZ 36.4 28.15 21.93 -
YUV 146.25 114.32 172.76 -
System Red Green Blue C M Y K H S L
Decimal 209 119 122 0 0.43 0.42 0.18 358 0.49 0.64
Hex D1 77 7A 0 2B 2A 12 166 31 40
Octal 321 167 172 0 53 52 22 546 61 100
Binary 11010001 1110111 1111010 0 101011 101010 10010 101100110 110001 1000000

Color Harmonies of #D1777A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1777A

Black with #D1777A

Text Example


Text Example

White with #D1777A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1777A; }

 p { color: rgb(209,119,122); }

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

background-color css

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

 a { background-color: rgb(209,119,122); }

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

border-color css

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

 span { border-color: rgb(209,119,122); }

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