Html Css Color HEX #D7757B Froly

📋 copy color: '#D7757B'

red 215 ◦ green 117 ◦ blue 123

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

Shades of Froly #D7757B

Tints of Froly #D7757B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.03%

R = 47.25%
G = 25.71%
B = 27.03%

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

#D7757B (or 0xD7757B) is known color: Froly. HEX triplet: D7, 75 and 7B. RGB value is (215,117,123). Sum of RGB (Red+Green+Blue) = 215+117+123=455 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.25% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 123 (48.44% from 255 or 27.03% from 455); Max value from RGB is 215 - color contains mainly: red. Hex color #D7757B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7757B is #288A84. Grayscale: #939393. Windows color (decimal): -2656901 or 8091095. OLE color: 8091095.

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

Color convert

RGB 215 117 123 -
CMYK 0 0.46 0.43 0.16
HSL 356.33º 0.55% 0.65% -
HSV(B) 356.33º 0.46% 0.84% -
XYZ 37.96 28.6 22.26 -
YUV 146.99 114.47 176.51 -
System Red Green Blue C M Y K H S L
Decimal 215 117 123 0 0.46 0.43 0.16 356.33 0.55 0.65
Hex D7 75 7B 0 2E 2B 10 164 37 41
Octal 327 165 173 0 56 53 20 544 67 101
Binary 11010111 1110101 1111011 0 101110 101011 10000 101100100 110111 1000001

Color Harmonies of #D7757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7757B

Black with #D7757B

Text Example


Text Example

White with #D7757B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7757B; }

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

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

background-color css

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

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

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

border-color css

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

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

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