Html Css Color HEX #D7727B Froly

📋 copy color: '#D7727B'

red 215 ◦ green 114 ◦ blue 123

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

Shades of Froly #D7727B

Tints of Froly #D7727B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.22%

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

R = 47.57%
G = 25.22%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D7727B (or 0xD7727B) is known color: Froly. HEX triplet: D7, 72 and 7B. RGB value is (215,114,123). Sum of RGB (Red+Green+Blue) = 215+114+123=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 123 (48.44% from 255 or 27.21% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D7727B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7727B is #288D84. Grayscale: #919191. Windows color (decimal): -2657669 or 8090327. OLE color: 8090327.

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

Color convert

RGB 215 114 123 -
CMYK 0 0.47 0.43 0.16
HSL 354.65º 0.56% 0.65% -
HSV(B) 354.65º 0.47% 0.84% -
XYZ 37.62 27.91 22.14 -
YUV 145.23 115.46 177.77 -
System Red Green Blue C M Y K H S L
Decimal 215 114 123 0 0.47 0.43 0.16 354.65 0.56 0.65
Hex D7 72 7B 0 2F 2B 10 163 38 41
Octal 327 162 173 0 57 53 20 543 70 101
Binary 11010111 1110010 1111011 0 101111 101011 10000 101100011 111000 1000001

Color Harmonies of #D7727B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7727B

Black with #D7727B

Text Example


Text Example

White with #D7727B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7727B; }

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

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

background-color css

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

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

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

border-color css

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

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

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