Html Css Color HEX #D7787F Froly

📋 copy color: '#D7787F'

red 215 ◦ green 120 ◦ blue 127

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

Shades of Froly #D7787F

Tints of Froly #D7787F

RGB

 RED value IS 215 (84.38% from 255) = 46.54%

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

 BLUE value IS 127 (50% from 255) = 27.49%

R = 46.54%
G = 25.97%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D7787F (or 0xD7787F) is known color: Froly. HEX triplet: D7, 78 and 7F. RGB value is (215,120,127). Sum of RGB (Red+Green+Blue) = 215+120+127=462 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.54% from 462); Green value is 120 (47.27% from 255 or 25.97% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 215 - color contains mainly: red. Hex color #D7787F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7787F is #288780. Grayscale: #959595. Windows color (decimal): -2656129 or 8354007. OLE color: 8354007.

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

Color convert

RGB 215 120 127 -
CMYK 0 0.44 0.41 0.16
HSL 355.58º 0.54% 0.66% -
HSV(B) 355.58º 0.44% 0.84% -
XYZ 38.57 29.41 23.72 -
YUV 149.2 115.47 174.93 -
System Red Green Blue C M Y K H S L
Decimal 215 120 127 0 0.44 0.41 0.16 355.58 0.54 0.66
Hex D7 78 7F 0 2C 29 10 164 36 42
Octal 327 170 177 0 54 51 20 544 66 102
Binary 11010111 1111000 1111111 0 101100 101001 10000 101100100 110110 1000010

Color Harmonies of #D7787F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7787F

Black with #D7787F

Text Example


Text Example

White with #D7787F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7787F; }

 p { color: rgb(215,120,127); }

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

background-color css

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

 a { background-color: rgb(215,120,127); }

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

border-color css

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

 span { border-color: rgb(215,120,127); }

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