Html Css Color HEX #D5787A Froly

📋 copy color: '#D5787A'

red 213 ◦ green 120 ◦ blue 122

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

Shades of Froly #D5787A

Tints of Froly #D5787A

RGB

 RED value IS 213 (83.59% from 255) = 46.81%

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

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

R = 46.81%
G = 26.37%
B = 26.81%

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

#D5787A (or 0xD5787A) is known color: Froly. HEX triplet: D5, 78 and 7A. RGB value is (213,120,122). Sum of RGB (Red+Green+Blue) = 213+120+122=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 120 (47.27% from 255 or 26.37% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D5787A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5787A is #2A8785. Grayscale: #949494. Windows color (decimal): -2787206 or 8026325. OLE color: 8026325.

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

Color convert

RGB 213 120 122 -
CMYK 0 0.44 0.43 0.16
HSL 358.71º 0.53% 0.65% -
HSV(B) 358.71º 0.44% 0.84% -
XYZ 37.67 28.98 22.02 -
YUV 148.04 113.31 174.34 -
System Red Green Blue C M Y K H S L
Decimal 213 120 122 0 0.44 0.43 0.16 358.71 0.53 0.65
Hex D5 78 7A 0 2C 2B 10 167 35 41
Octal 325 170 172 0 54 53 20 547 65 101
Binary 11010101 1111000 1111010 0 101100 101011 10000 101100111 110101 1000001

Color Harmonies of #D5787A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5787A

Black with #D5787A

Text Example


Text Example

White with #D5787A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5787A; }

 p { color: rgb(213,120,122); }

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

background-color css

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

 a { background-color: rgb(213,120,122); }

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

border-color css

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

 span { border-color: rgb(213,120,122); }

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