Html Css Color HEX #D7797F Froly

📋 copy color: '#D7797F'

red 215 ◦ green 121 ◦ blue 127

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

Shades of Froly #D7797F

Tints of Froly #D7797F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.13%

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

R = 46.44%
G = 26.13%
B = 27.43%

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

#D7797F (or 0xD7797F) is known color: Froly. HEX triplet: D7, 79 and 7F. RGB value is (215,121,127). Sum of RGB (Red+Green+Blue) = 215+121+127=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 121 (47.66% from 255 or 26.13% from 463); Blue value is 127 (50% from 255 or 27.43% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D7797F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7797F is #288680. Grayscale: #959595. Windows color (decimal): -2655873 or 8354263. OLE color: 8354263.

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

Color convert

RGB 215 121 127 -
CMYK 0 0.44 0.41 0.16
HSL 356.17º 0.54% 0.66% -
HSV(B) 356.17º 0.44% 0.84% -
XYZ 38.69 29.65 23.76 -
YUV 149.79 115.14 174.51 -
System Red Green Blue C M Y K H S L
Decimal 215 121 127 0 0.44 0.41 0.16 356.17 0.54 0.66
Hex D7 79 7F 0 2C 29 10 164 36 42
Octal 327 171 177 0 54 51 20 544 66 102
Binary 11010111 1111001 1111111 0 101100 101001 10000 101100100 110110 1000010

Color Harmonies of #D7797F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7797F

Black with #D7797F

Text Example


Text Example

White with #D7797F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7797F; }

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

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

background-color css

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

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

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

border-color css

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

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

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