Html Css Color HEX #D5767A Froly

📋 copy color: '#D5767A'

red 213 ◦ green 118 ◦ blue 122

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

Shades of Froly #D5767A

Tints of Froly #D5767A

RGB

 RED value IS 213 (83.59% from 255) = 47.02%

 GREEN value IS 118 (46.48% from 255) = 26.05%

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

R = 47.02%
G = 26.05%
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

#D5767A (or 0xD5767A) is known color: Froly. HEX triplet: D5, 76 and 7A. RGB value is (213,118,122). Sum of RGB (Red+Green+Blue) = 213+118+122=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D5767A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5767A is #2A8985. Grayscale: #929292. Windows color (decimal): -2787718 or 8025813. OLE color: 8025813.

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

Color convert

RGB 213 118 122 -
CMYK 0 0.45 0.43 0.16
HSL 357.47º 0.53% 0.65% -
HSV(B) 357.47º 0.45% 0.84% -
XYZ 37.43 28.51 21.94 -
YUV 146.86 113.97 175.17 -
System Red Green Blue C M Y K H S L
Decimal 213 118 122 0 0.45 0.43 0.16 357.47 0.53 0.65
Hex D5 76 7A 0 2D 2B 10 165 35 41
Octal 325 166 172 0 55 53 20 545 65 101
Binary 11010101 1110110 1111010 0 101101 101011 10000 101100101 110101 1000001

Color Harmonies of #D5767A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5767A

Black with #D5767A

Text Example


Text Example

White with #D5767A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5767A; }

 p { color: rgb(213,118,122); }

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

background-color css

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

 a { background-color: rgb(213,118,122); }

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

border-color css

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

 span { border-color: rgb(213,118,122); }

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