Html Css Color HEX #D7727A Froly

📋 copy color: '#D7727A'

red 215 ◦ green 114 ◦ blue 122

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

Shades of Froly #D7727A

Tints of Froly #D7727A

RGB

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

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

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

R = 47.67%
G = 25.28%
B = 27.05%

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

#D7727A (or 0xD7727A) is known color: Froly. HEX triplet: D7, 72 and 7A. RGB value is (215,114,122). Sum of RGB (Red+Green+Blue) = 215+114+122=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D7727A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7727A is #288D85. Grayscale: #919191. Windows color (decimal): -2657670 or 8024791. OLE color: 8024791.

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

Color convert

RGB 215 114 122 -
CMYK 0 0.47 0.43 0.16
HSL 355.25º 0.56% 0.65% -
HSV(B) 355.25º 0.47% 0.84% -
XYZ 37.55 27.89 21.82 -
YUV 145.11 114.96 177.85 -
System Red Green Blue C M Y K H S L
Decimal 215 114 122 0 0.47 0.43 0.16 355.25 0.56 0.65
Hex D7 72 7A 0 2F 2B 10 163 38 41
Octal 327 162 172 0 57 53 20 543 70 101
Binary 11010111 1110010 1111010 0 101111 101011 10000 101100011 111000 1000001

Color Harmonies of #D7727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7727A

Black with #D7727A

Text Example


Text Example

White with #D7727A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7727A; }

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

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

background-color css

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

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

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

border-color css

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

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

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