Html Css Color HEX #D6757A Froly

📋 copy color: '#D6757A'

red 214 ◦ green 117 ◦ blue 122

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

Shades of Froly #D6757A

Tints of Froly #D6757A

RGB

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

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

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

R = 47.24%
G = 25.83%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6757A (or 0xD6757A) is known color: Froly. HEX triplet: D6, 75 and 7A. RGB value is (214,117,122). Sum of RGB (Red+Green+Blue) = 214+117+122=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D6757A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6757A is #298A85. Grayscale: #929292. Windows color (decimal): -2722438 or 8025558. OLE color: 8025558.

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

Color convert

RGB 214 117 122 -
CMYK 0 0.45 0.43 0.16
HSL 356.91º 0.54% 0.65% -
HSV(B) 356.91º 0.45% 0.84% -
XYZ 37.61 28.42 21.92 -
YUV 146.57 114.14 176.09 -
System Red Green Blue C M Y K H S L
Decimal 214 117 122 0 0.45 0.43 0.16 356.91 0.54 0.65
Hex D6 75 7A 0 2D 2B 10 165 36 41
Octal 326 165 172 0 55 53 20 545 66 101
Binary 11010110 1110101 1111010 0 101101 101011 10000 101100101 110110 1000001

Color Harmonies of #D6757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6757A

Black with #D6757A

Text Example


Text Example

White with #D6757A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6757A; }

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

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

background-color css

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

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

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

border-color css

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

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

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