Html Css Color HEX #EC777B Froly

📋 copy color: '#EC777B'

red 236 ◦ green 119 ◦ blue 123

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

Shades of Froly #EC777B

Tints of Froly #EC777B

RGB

 RED value IS 236 (92.58% from 255) = 49.37%

 GREEN value IS 119 (46.88% from 255) = 24.9%

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

R = 49.37%
G = 24.9%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EC777B (or 0xEC777B) is known color: Froly. HEX triplet: EC, 77 and 7B. RGB value is (236,119,123). Sum of RGB (Red+Green+Blue) = 236+119+123=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 119 (46.88% from 255 or 24.90% from 478); Blue value is 123 (48.44% from 255 or 25.73% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC777B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC777B is #138884. Grayscale: #9A9A9A. Windows color (decimal): -1280133 or 8091628. OLE color: 8091628.

HSL color Cylindrical-coordinate representation of color #EC777B: hue angle of 357.95º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC777B is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 119 123 -
CMYK 0 0.50 0.48 0.07
HSL 357.95º 0.75% 0.7% -
HSV(B) 357.95º 0.5% 0.93% -
XYZ 44.76 32.46 22.64 -
YUV 154.44 110.26 186.17 -
System Red Green Blue C M Y K H S L
Decimal 236 119 123 0 0.50 0.48 0.07 357.95 0.75 0.7
Hex EC 77 7B 0 32 30 7 166 4B 46
Octal 354 167 173 0 62 60 7 546 113 106
Binary 11101100 1110111 1111011 0 110010 110000 111 101100110 1001011 1000110

Color Harmonies of #EC777B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC777B

Black with #EC777B

Text Example


Text Example

White with #EC777B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC777B; }

 p { color: rgb(236,119,123); }

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

background-color css

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

 a { background-color: rgb(236,119,123); }

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

border-color css

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

 span { border-color: rgb(236,119,123); }

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