Html Css Color HEX #FF7F78 Salmon

📋 copy color: '#FF7F78'

red 255 ◦ green 127 ◦ blue 120

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

Shades of Salmon #FF7F78

Tints of Salmon #FF7F78

RGB

 RED value IS 255 (100% from 255) = 50.8%

 GREEN value IS 127 (50% from 255) = 25.3%

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

R = 50.8%
G = 25.3%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FF7F78 (or 0xFF7F78) is known color: Salmon. HEX triplet: FF, 7F and 78. RGB value is (255,127,120). Sum of RGB (Red+Green+Blue) = 255+127+120=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 127 (50% from 255 or 25.30% from 502); Blue value is 120 (47.27% from 255 or 23.90% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7F78 is #008087. Grayscale: #A4A4A4. Windows color (decimal): -32904 or 7897087. OLE color: 7897087.

HSL color Cylindrical-coordinate representation of color #FF7F78: hue angle of 3.11º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF7F78 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB 255 127 120 -
CMYK 0 0.50 0.53 0
HSL 3.11º 1% 0.74% -
HSV(B) 3.11º 0.53% 1% -
XYZ 52.22 37.79 22.31 -
YUV 164.47 102.91 192.57 -
System Red Green Blue C M Y K H S L
Decimal 255 127 120 0 0.50 0.53 0 3.11 1 0.74
Hex FF 7F 78 0 32 35 0 3 64 4A
Octal 377 177 170 0 62 65 0 3 144 112
Binary 11111111 1111111 1111000 0 110010 110101 0 11 1100100 1001010

Color Harmonies of #FF7F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7F78

Black with #FF7F78

Text Example


Text Example

White with #FF7F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7F78; }

 p { color: rgb(255,127,120); }

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

background-color css

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

 a { background-color: rgb(255,127,120); }

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

border-color css

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

 span { border-color: rgb(255,127,120); }

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