Html Css Color HEX #D7757A Froly

📋 copy color: '#D7757A'

red 215 ◦ green 117 ◦ blue 122

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

Shades of Froly #D7757A

Tints of Froly #D7757A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.77%

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

R = 47.36%
G = 25.77%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D7757A (or 0xD7757A) is known color: Froly. HEX triplet: D7, 75 and 7A. RGB value is (215,117,122). Sum of RGB (Red+Green+Blue) = 215+117+122=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 122 (48.05% from 255 or 26.87% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D7757A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7757A is #288A85. Grayscale: #929292. Windows color (decimal): -2656902 or 8025559. OLE color: 8025559.

HSL color Cylindrical-coordinate representation of color #D7757A: hue angle of 356.94º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D7757A is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 117 122 -
CMYK 0 0.46 0.43 0.16
HSL 356.94º 0.55% 0.65% -
HSV(B) 356.94º 0.46% 0.84% -
XYZ 37.9 28.57 21.93 -
YUV 146.87 113.97 176.59 -
System Red Green Blue C M Y K H S L
Decimal 215 117 122 0 0.46 0.43 0.16 356.94 0.55 0.65
Hex D7 75 7A 0 2E 2B 10 165 37 41
Octal 327 165 172 0 56 53 20 545 67 101
Binary 11010111 1110101 1111010 0 101110 101011 10000 101100101 110111 1000001

Color Harmonies of #D7757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7757A

Black with #D7757A

Text Example


Text Example

White with #D7757A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7757A; }

 p { color: rgb(215,117,122); }

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

background-color css

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

 a { background-color: rgb(215,117,122); }

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

border-color css

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

 span { border-color: rgb(215,117,122); }

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