Html Css Color HEX #F77B78 Salmon

📋 copy color: '#F77B78'

red 247 ◦ green 123 ◦ blue 120

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

Shades of Salmon #F77B78

Tints of Salmon #F77B78

RGB

 RED value IS 247 (96.88% from 255) = 50.41%

 GREEN value IS 123 (48.44% from 255) = 25.1%

 BLUE value IS 120 (47.27% from 255) = 24.49%

R = 50.41%
G = 25.1%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F77B78 (or 0xF77B78) is known color: Salmon. HEX triplet: F7, 7B and 78. RGB value is (247,123,120). Sum of RGB (Red+Green+Blue) = 247+123+120=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F77B78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77B78 is #088487. Grayscale: #9F9F9F. Windows color (decimal): -558216 or 7896055. OLE color: 7896055.

HSL color Cylindrical-coordinate representation of color #F77B78: hue angle of 1.42º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F77B78 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 123 120 -
CMYK 0 0.50 0.51 0.03
HSL 1.42º 0.89% 0.72% -
HSV(B) 1.42º 0.51% 0.97% -
XYZ 48.83 35.3 22.01 -
YUV 159.73 105.58 190.24 -
System Red Green Blue C M Y K H S L
Decimal 247 123 120 0 0.50 0.51 0.03 1.42 0.89 0.72
Hex F7 7B 78 0 32 33 3 1 59 48
Octal 367 173 170 0 62 63 3 1 131 110
Binary 11110111 1111011 1111000 0 110010 110011 11 1 1011001 1001000

Color Harmonies of #F77B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77B78

Black with #F77B78

Text Example


Text Example

White with #F77B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77B78; }

 p { color: rgb(247,123,120); }

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

background-color css

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

 a { background-color: rgb(247,123,120); }

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

border-color css

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

 span { border-color: rgb(247,123,120); }

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