Html Css Color HEX #EF777B Froly

📋 copy color: '#EF777B'

red 239 ◦ green 119 ◦ blue 123

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

Shades of Froly #EF777B

Tints of Froly #EF777B

RGB

 RED value IS 239 (93.75% from 255) = 49.69%

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

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

R = 49.69%
G = 24.74%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF777B (or 0xEF777B) is known color: Froly. HEX triplet: EF, 77 and 7B. RGB value is (239,119,123). Sum of RGB (Red+Green+Blue) = 239+119+123=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 239 - color contains mainly: red. Hex color #EF777B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF777B is #108884. Grayscale: #9B9B9B. Windows color (decimal): -1083525 or 8091631. OLE color: 8091631.

HSL color Cylindrical-coordinate representation of color #EF777B: hue angle of 358º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF777B is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 119 123 -
CMYK 0 0.50 0.49 0.06
HSL 358º 0.79% 0.7% -
HSV(B) 358º 0.5% 0.94% -
XYZ 45.77 32.97 22.69 -
YUV 155.34 109.76 187.67 -
System Red Green Blue C M Y K H S L
Decimal 239 119 123 0 0.50 0.49 0.06 358 0.79 0.7
Hex EF 77 7B 0 32 31 6 166 4F 46
Octal 357 167 173 0 62 61 6 546 117 106
Binary 11101111 1110111 1111011 0 110010 110001 110 101100110 1001111 1000110

Color Harmonies of #EF777B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF777B

Black with #EF777B

Text Example


Text Example

White with #EF777B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF777B; }

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

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

background-color css

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

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

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

border-color css

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

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

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