Html Css Color HEX #D6727A Froly

📋 copy color: '#D6727A'

red 214 ◦ green 114 ◦ blue 122

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

Shades of Froly #D6727A

Tints of Froly #D6727A

RGB

 RED value IS 214 (83.98% from 255) = 47.56%

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

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

R = 47.56%
G = 25.33%
B = 27.11%

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

#D6727A (or 0xD6727A) is known color: Froly. HEX triplet: D6, 72 and 7A. RGB value is (214,114,122). Sum of RGB (Red+Green+Blue) = 214+114+122=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D6727A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6727A is #298D85. Grayscale: #909090. Windows color (decimal): -2723206 or 8024790. OLE color: 8024790.

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

Color convert

RGB 214 114 122 -
CMYK 0 0.47 0.43 0.16
HSL 355.2º 0.55% 0.64% -
HSV(B) 355.2º 0.47% 0.84% -
XYZ 37.26 27.74 21.8 -
YUV 144.81 115.13 177.35 -
System Red Green Blue C M Y K H S L
Decimal 214 114 122 0 0.47 0.43 0.16 355.2 0.55 0.64
Hex D6 72 7A 0 2F 2B 10 163 37 40
Octal 326 162 172 0 57 53 20 543 67 100
Binary 11010110 1110010 1111010 0 101111 101011 10000 101100011 110111 1000000

Color Harmonies of #D6727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6727A

Black with #D6727A

Text Example


Text Example

White with #D6727A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6727A; }

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

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

background-color css

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

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

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

border-color css

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

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

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